Grids
Grids copied to clipboard
How to sort the row number (rowId) of the grid? Guys
@sangnguyen240892 you can't. This is 'virtual' value calculated from current page and offset in DataProvider
, where sorting is performed inside DataProvider
on values returned by its source. If you cannot pass it to SQL into ORDER BY
section of query, You can't sort by it.