Sorting and filtering table in UI

Hi,

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?

Thanks
Steve

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…

Provide more information so we can help you!

Regards,
Sergey

Hi,

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.

Steve

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

Regards,
Sergey

Ok,

For some reason it did not show up at first but did when I went back in to configure columns.

Thanks