G-Srikanth / dragtable

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

Does not work with colspans #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new table with 2 or more columns
2. Create a 'colspanned' row at the bottom (ideally used for paging)
3. Drag the first column. It works !! Try to drag the 2nd or greater 
column. It doesn't work.

What is the expected output? What do you see instead?
Error !!

What version of the product are you using? In what browser?
Latest. Any browser

If this is a bug, please include the URL for a page that demonstrates the
bug.

Please provide any additional information below.

Original issue reported on code.google.com by jayvpag...@gmail.com on 17 Mar 2010 at 11:41

GoogleCodeExporter commented 9 years ago
I can confirm this bug. I had a row in tfoot with a colspan which caused 
draggable to not work.

Original comment by tal@lystadonline.no on 21 Nov 2010 at 11:31

GoogleCodeExporter commented 9 years ago
I have resolved this issue 
but only when there are collspans in the header

Original comment by benoit.d...@gmail.com on 20 May 2011 at 4:40

GoogleCodeExporter commented 9 years ago
Here is my solution for tfoot with colspan (of course tfoot row won't be moved):

http://diffchecker.com/8A11q0o

Regards
Wojciech K.

Original comment by lo...@op.pl on 7 Oct 2011 at 5:19

Attachments: