Correct way to give columns different inputs (server side filtering)

Hello, what would be the correct way to give one of the table columns a different kind of input? For example, how can I make a specific column have a select dropdown, instead of a normal text input? Is this somehow achieved in column definitions?

I see that in version 7 it used to be achievable in column defs through
Filter
which had the capability of returning a JSX component, however I cannot find an equivalent in React table 8?

Thank you
Was this page helpful?