In jquery how to do the drag and drop of table instead of rows ?
By using var rows = table.tBodies[0].rows;
only getting the rows.
But I want the table to be drag and drop.
In jquery how to do the drag and drop of table instead of rows ?
By using var rows = table.tBodies[0].rows;
only getting the rows.
But I want the table to be drag and drop.
If you are using
to get the rows inside the desired table than the object (table) that you are looking for is