cause errors for me.

the problem:
i have 2 blocks in one page thats display a view with tables, the 2 blocks i setup with the module, cache 6days/6days and global is on

i the first block i allow to sort something in the second i want to sort only 2 entrys, but now
in the second block displays me the sorting icons on all option and the sorting is not working.
when a user join the site again. he see now no sorting icons anymore and the sorting is not working.

so it seems to me to make a differens in the headers of the tables

sorry my english ;) i hope you understand

Comments

rooby’s picture

Title: more tables (blocks) in one page » Does not work when you have multiple tablesoprter tables on a page
Assigned: Unassigned » rooby
Priority: Normal » Major

Yeah, the module completely doesn't work properly once you have more than one tablesorter table on a page.

I knew about this but I thought I put it in the documentation. Seems I didn't.

Anyway, I see the problem so I will rewrite the problem code in the next couple of days.

goldlilys’s picture

Subscribing.

Using this along with views group by http://drupal.org/project/views_groupby and views attachment block http://drupal.org/project/views_attachment_block . Therefore want to sort table using javascript style since normal sql sorting doesn't work with views group by. And with views attachment block, can add multiple tables attached to one main page for filtering.

Makes it more complicated but first test is to see if it works for multiple tables at one page.