Paging by thead element
Paging by thead element

Hey guys,
I've got multiple thead elements in my table, is there a way to set paging for this head element instead of tr elements?
This discussion has been closed.
Hey guys,
I've got multiple thead elements in my table, is there a way to set paging for this head element instead of tr elements?
Answers
"multiple thead elements" sounds like invalid HTML. Is your table display actually working?
Yea, the design was bad. What I want to achieve is to have paging on multiple tables, each table with it's own header and multiple rows under. Right now I'm nesting those tables as individual entities instead of individual headers. Unfortunately nested table doesn't read nested headers but I can style those on my own