-
Notifications
You must be signed in to change notification settings - Fork 754
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
grouping widget and pager #281
Comments
Hmm, yeah I didn't intend, or even think about using the grouping widget with the pager. I'm not sure if I'll be able to fix it to work perfectly; especially not on a table that is loaded via ajax, because it would only be able to group the data that currently exists within the cache/table. Also the group count will most likely be incorrect because more matching rows might exists in the database. If all paged rows exist within the table, I might be able to make the widget work; but this might take me a while because I only have a limited amount of time to work on it. |
fine if it work with the data currently exist in table , already am working with this .i faced few difficulty while integrating , will post you the samples too |
i intergrated the pager and grouping widget together , the scenario here is i have table with 7 columns , one column name is status ( status value may be any one among this three say not started,in progress,for review) i have 50 records in table when i group by clicking the status heading the grouping done by status. i had set the page size to 10 ,when i go for the second page the heading seams to appear as first row and header to taken in count as record and sometime same header group may appear 2 to 3 time ,please help m to solve this issue. |
That is the same problem I've been trying to overcome... I just haven't had much time lately to work on it. |
can you please tell me which files we need to work weather grouping script or pager script |
All fixed now! Thank you for your patience! |
Hi,
http://mottie.github.io/tablesorter/docs/example-widget-grouping.html
integrated the above example with my project , pager breaks when integrated
The text was updated successfully, but these errors were encountered: