OpusCapita / react-crudeditor

OpusCapita React CRUD Editor

Home Page:https://opuscapita.github.io/react-crudeditor/branches/master/?currentComponentName=ContractEditor&maxContainerWidth=100%25&showSidebar=false

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If sorting by some field is changed, user should stay on selected page

nstoliar-sc opened this issue · comments

  1. Open CRUD-editor;
  2. make sorting by Contract Id field;
  3. select some page of search result (e.g. third page);
  4. make sorting by Description.
    Result: user is redirected on first page of search result.
    Expected result: user stays on third page on search result.