Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to sort the row number (rowId) of the grid? Guys #178

Open
sangnguyen240892 opened this issue Aug 31, 2017 · 1 comment
Open

How to sort the row number (rowId) of the grid? Guys #178

sangnguyen240892 opened this issue Aug 31, 2017 · 1 comment

Comments

@sangnguyen240892
Copy link

No description provided.

@Eloar
Copy link
Contributor

Eloar commented May 21, 2021

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants