table-sort-js icon indicating copy to clipboard operation
table-sort-js copied to clipboard

Handle multiple tbodies where no thead is before the tbody.

Open kyle-wannacott opened this issue 1 year ago • 1 comments

https://github.com/LeeWannacott/table-sort-js/pull/110 Now we have multiple tbodies being sorted that have thead before tbody, we need to handle if no thead exists, or worse the thead is inside the tbody : /

Uploading image.png…

kyle-wannacott avatar May 26 '23 10:05 kyle-wannacott

technically having multiple theads in a table is illegal html, Even though it seems to work? Should probably implement this in that we check the first row of subsequent tbodies to see if they have th and if so make clickable.

kyle-wannacott avatar May 30 '23 08:05 kyle-wannacott