I am retrieving data from a table and presenting it using a repeater in a table in the UI. Is there the ability to offer sorting (similar to the up and down arrows on the columns in Data Browser) and filtering in the UI on the columns in the UI?
Hi @Steve ,
please tell me which component you are using in the repeater, have you tried using our Data Table component? it helps to avoid repeater, and also provides Filtering, Sorting, Search, Dragging, etc…
I was using a repeatable Container with rows. I tried the Data Table as you suggested but I have a generated column which converts mm/dd/yyyy to dd-mmm-yyyy in the table and that is not retrieved with the Data Table.
Generated columns are supported in our Data Table component,
If the column is not displayed immediately or was created after the Data Table component was added to the page, go to the pop-up configuration, this will load all the current columns for the table and click “Apply”. This will add all the columns to the table