ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: rsgmedia on November 01, 2018, 01:08:40 pm

Title: How to GetData with filtered rows
Post by: rsgmedia on November 01, 2018, 01:08:40 pm
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
Title: Re: How to GetData with filtered rows
Post by: paramvir on November 01, 2018, 04:12:41 pm
Please use option dataModel.data to get filtered rows.