Editing input tags in headings

Editing input tags in headings

rblackwerblackwe Posts: 2Questions: 0Answers: 0
edited August 2011 in General
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

Replies

  • rblackwerblackwe Posts: 2Questions: 0Answers: 0
    edited August 2011
    Adding the "bSortCellsTop" and a second "" gives me what I needed.

    Thanks for "DataTables"!

    [code]
    $(document).ready(function() {
    $('#example').dataTable( {
    "bSortCellsTop": true
    } );
    } );
    [/code]
    [code]


    File 1








    [/code]
This discussion has been closed.