We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My data table had 20 million+ rows,I don't need all row total, because I too slow with count(*) from big tables.
I need a param to set toggle show/hide Row Total.
The text was updated successfully, but these errors were encountered:
I understand the problem and will see into this.
And this is not a bug, this is a feature :)
Sorry, something went wrong.
Use option :total_entries to initialize_grid to avoid the SELECT COUNT() query: http://github.com/leikind/wice_grid/commit/50b83b170a8bf89725134a2ce8fa78ecc65c280d
No branches or pull requests
My data table had 20 million+ rows,I don't need all row total, because I too slow with count(*) from big tables.
I need a param to set toggle show/hide Row Total.
The text was updated successfully, but these errors were encountered: