Filtering on Custom Column in New Datagrid

Loving the new datagrid, thanks for all the hard work! It appears that although you can make a custom column filterable, the filter does not actually work. In my case, the custom column contains a Select element (dropdown).

Am I doing something wrong? Thanks!

2 Likes

I have the exact same issue. The filtering based on original database values work but filtering based on custom values does not. How can I make it work?

Hi Dorian and Lukas, I’ll pass this question to our support team and I’ll let you know the answer.

thank you for your patience :folded_hands:

Hi @lukas_chorizolab and @Dorian

Can you try including each custom column’s database key in your column config, the same way you would for a regular column? The datagrid should pick it up automatically. If that doesn’t work, please show us what kind of filtering you are doing, Lukas, thanks!

1 Like

@DanielL Hi Daniel, sorry for my late reply, I missed your comment. This was exactly the solution I found out! Thanks anyways :slight_smile: