Data Table Component

Some questions about the Data Table component functionality.

When using a column filter, is there a way to do a NOT search (i.e., all records not containing the text specified in the filter)?

When using a column filter, is there a way to require an exact match instead of a LIKE search (e.g., all records containing “Approved” but not containing “Not Approved”)?

When filtering and sorting, the width of the data columns resize depending on the length of the data in the column. Can I prevent this? (A request to be able to set the size of the columns and allow users to resize the columns was the subject of a post by me earlier this year.)

Thanks

Hello @Howard_Jacobson

I will create an internal ticket to add the necessary blocks for your problem.

You can try using min/max width styles for columns.
I will also create a ticket to investigate the possibility of specifying fixed column widths.

Regards,
Inna

Hello @Howard_Jacobson

For the Data Table component, 2 new contexts have been added to the ‘On Records Request’ handler: “Table/View Name” and “Search Text”.

Regards,
Inna