Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Sergio Loza on Oct 01, 2009 12:16
open dhtmlx forum
filter to show updated rows

Hi,

I'm working with dhtmlxGrid and dhtmlxProcessor, and wonder if there is a way to filter updated rows, for example pressing a button to show only the updated rows and another button to show all.

Thanx
Answer posted by dhxSupport on Oct 02, 2009 01:44
If row was updated you can add userdata to the row to mark this row us updated. Please check more information here http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:storing_additional_data#userdata
Then you can implement custom filter to show row with necessary userdata. Please find more information here http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:filtering&s[]=filtering