inovua / reactdatagrid

Empower Your Data with the best React Data Grid there is

Home Page:https://reactdatagrid.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

LavanyaInbakumarOfficial opened this issue · comments

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