How I can pass additional props to cellComponent if this code is not valid:
<TableFilterRow cellComponent={(props) => <FilterCell additionalProps={'bla bla bla''} {...props} />} />
Hi @KirillYoYo ,
聽
Your code has some mistakes. To define cellComponent of TableFilterRow, you should return TableFilterRow.Cell, not FilterCell. Here is an example.
Let us know if it meets your needs.
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests.
Most helpful comment
Hi @KirillYoYo ,
聽
Your code has some mistakes. To define cellComponent of TableFilterRow, you should return TableFilterRow.Cell, not FilterCell. Here is an example.
Let us know if it meets your needs.