Hi i am using jquery ui sortable to make my table grid sortable.The code seems to work fine but because i am not using width to TDs when drag the TR srink the content.
For examle IF my table row is 500px when start drag it becames 300px.I assume thats happening because no width is defined at grid.Thats because i am using 2 class for TDs (fix and liquid).
The fix class make the TD equal to content width and liquid makes the TD width 100%. Its my approach for grid table without have to assign width to TDs.
Any ideas to make sortable work with my approach.
Thanks