When using jqxGrid, in the case of pagination, the property is set to selectionMode: ‘checkbox’. When users click on the full selection function, the jqxGrid (‘ getSelectedrowindeses’) receives the index of the whole data. When traversing and fetching data according to the result index, only the data on the current page can be retrieved, and the data on the second page cannot be retrieved according to the index.It’s going to get an error.How do I make it so that when a user clicks On all, only the index of the current page is selected instead of the index of all pages.