Hi PqGrid Team,
I Have a table which has lets say 10 rows, in each column I have a filter, I apply the filter now I have only 4 rows, But when I extract the data with this method
$('.select_grid').pqGrid('getData');
It is returning all 10 rows. but I want just 4 rows to be returned, how can i achieve this?
thanks