How can i filter data table (ui_table) by date?

Hi! i'm trying to display some values from a mysql DB in a table that contains various columns (first one is the date), and i achieved to show the table in the dashboard. I added the "date" node to the table but i do not know how to filter the rows shown in the table by the date in their first column. Could someone help me? Thanks!!

mm what do you mean?

I misread the question. After realising it right after posting, I deleted my reply. :slightly_smiling_face:

hahaha okay, don't worry :blush:

I sort my ui_tables adding a change node in front of the table with below config. This will setup the properties initial Sort and persistentSort.

1 Like

It seems like you also misread the question to be about sorting instead of filtering? :slightly_smiling_face:

1 Like

oh, filter by date... indeed I misread, :laughing:

For filtering i just dd this property in each column:

    "headerFilter": "input"

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.