auto-filter grid on load

Hello,

Is there a way to load a filtered gird? ie

Load records which project_status = “active”

so when the grid only loads those records.

How can that be done?

thank you,

Your server side should return only necessary rows based on project_status parameter or any other parameter you will use to indicate filtering value.
Please check more information about server side filtering here docs.dhtmlx.com/doku.php?id=dhtm … parameters

thank you