Filtering data that has been callback manipulated
Filtering data that has been callback manipulated
Hello. I have a table in which one column has unix timestamps, and I use momentjs to manipulate those timestamps. The problem is that the filter still uses the unix timestamps. Is there any way to make the filter use the manipulated data instead of the original?
This discussion has been closed.