Saravananscope / dragtable

Automatically exported from code.google.com/p/dragtable
0 stars 0 forks source link

How to implement dragging table with 02 ROW in <THEAD> #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Given a table with 02 row in the header.
After add class="draggable... to the table all the format of the header is lost 
because the current implement just get the first 01 row as table header (01 row 
in <thead> tag). The second row is move down to <tbody>.
Please show how to use draggble with 02 row in table header?

Original issue reported on code.google.com by nghia.n....@gmail.com on 4 Aug 2014 at 9:19

GoogleCodeExporter commented 8 years ago
In 02 rows as the table header we have colspan, and rowspan attribute applied 
to some columns and rows

Original comment by nghia.n....@gmail.com on 4 Aug 2014 at 9:25