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

grouping widget and pager #281

Closed
karthickkumarganesh opened this issue Apr 22, 2013 · 6 comments
Closed

grouping widget and pager #281

karthickkumarganesh opened this issue Apr 22, 2013 · 6 comments

Comments

@karthickkumarganesh
Copy link

Hi,

http://mottie.github.io/tablesorter/docs/example-widget-grouping.html

integrated the above example with my project , pager breaks when integrated

@Mottie
Copy link
Owner

Mottie commented Apr 22, 2013

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.

@karthickkumarganesh
Copy link
Author

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

@karthickkumarganesh
Copy link
Author

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.

@Mottie
Copy link
Owner

Mottie commented Apr 26, 2013

That is the same problem I've been trying to overcome... I just haven't had much time lately to work on it.

@karthickkumarganesh
Copy link
Author

can you please tell me which files we need to work weather grouping script or pager script

@Mottie Mottie closed this as completed in f719e09 Oct 11, 2013
@Mottie
Copy link
Owner

Mottie commented Oct 11, 2013

All fixed now! Thank you for your patience!

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

No branches or pull requests

2 participants