Infact I have a table that lists the files / folders to an FTP.
In the first row of Table I have a link that if I click it goes to the previous folder. And I would like this link is always at the forefront. What is fixed.
And the colspan in the line is always no supported ?
You are correct, colspan is not support in the TBODY.
One option to insert a 'back' option at the top of the page would be to use fnDrawCallback and just insert a TR element at the top of the table on each draw - that TR element would be your back option.
Replies
Allan
Infact I have a table that lists the files / folders to an FTP.
In the first row of Table I have a link that if I click it goes to the previous folder. And I would like this link is always at the forefront. What is fixed.
And the colspan in the line is always no supported ?
One option to insert a 'back' option at the top of the page would be to use fnDrawCallback and just insert a TR element at the top of the table on each draw - that TR element would be your back option.
Allan
Have you a example please ?