inovua / reactdatagrid

Empower Your Data with the best React Data Grid there is
https://reactdatagrid.io
Other
3.44k stars 57 forks source link

Issue while Sorting & Incorrect values returned from hasPrevPage and hasNextPage method #366

Open LavanyaInbakumarOfficial opened 1 year ago

LavanyaInbakumarOfficial commented 1 year ago

Hi,

I'm using @inovua/reactdatagrid-enterprise edition of 4.4.2 version. I'm facing below mentioned issue and simulation step. 1) After sorting some column(eg: date) from ASC to DESC then trying to change combo option, not setting chosen value inside that combo. But its working without performing any sorting. 2) hasPrevPage and hasNextPage methods from grid ref not returning correct boolean value. Eg) Returning false even grid has previous set of records and next set of records. FYI: Later I tried with updated version of 5.9.4 but didn't worked.

Thanks Lavanya