Editing input tags in headings
Editing input tags in headings
Is it possible to do something like the following and still be able to edit the input value?
When you try to click in the box it sorts the column. Which makes perfect sense I am just wonding if there is a "DataTables" way to solve this I am not finding?
[code]
[/code]
Thank you
Robert
When you try to click in the box it sorts the column. Which makes perfect sense I am just wonding if there is a "DataTables" way to solve this I am not finding?
[code]
[/code]
Thank you
Robert
This discussion has been closed.
Replies
Thanks for "DataTables"!
[code]
$(document).ready(function() {
$('#example').dataTable( {
"bSortCellsTop": true
} );
} );
[/code]
[code]
File 1
[/code]