RowGroup - How to group by a new (dynamic/computed) column?

RowGroup - How to group by a new (dynamic/computed) column?

radiolondraradiolondra Posts: 4Questions: 0Answers: 0

Hi,
I'm trying to create a new column, named Dateonly like "2022-12-28", coming from a Timestamp (1672255040037.893) and use it to group my data coming from a database table (local).

Actually the Dateonly field is defined in the database table, and grouping works fine (obviously).
What I want is to remove Dateonly from the DB table and create it on-the-fly, and use it to group my data when the user clicks on "Group by Date" link.

The sample I prepared for you works and shows the essence only of the thing: http://live.datatables.net/cujagihi/3/edit

I'm unsuccessfully working on this task from 3 days searching/trying everything.
Could someone help me?
Many thanks.

Replies

Sign In or Register to comment.