Stupid-Table-Plugin icon indicating copy to clipboard operation
Stupid-Table-Plugin copied to clipboard

added support for multiple tbody tags

Open brendanmckeown opened this issue 9 years ago • 3 comments

I needed to sort a table with multiple tbody tags, so I've modified the sorting method to handle this. Also, I needed to exclude a row from the sort, so I've added a filter to exclude tr's with the data attribute "data-sort-ignore".

brendanmckeown avatar Nov 15 '14 05:11 brendanmckeown

(y) Need this too

mikejolley avatar Nov 26 '14 15:11 mikejolley

I wanted to verify if multiple tbody tags is valid HTML, and it is:

http://www.w3.org/TR/html-markup/table.html#table

Permitted contents
An optional caption element, followed by zero or more colgroup elements, followed by an optional thead element, followed by ... zero or more tbody elements or one or more tr elements ...

I'll look into implementing these changes soon, thank you.

joequery avatar Nov 26 '14 17:11 joequery

+1

tomsommer avatar Jul 07 '16 13:07 tomsommer