Sort and Search

Sort and Search

alissonxalissonx Posts: 25Questions: 0Answers: 0
edited August 2011 in General
I have 2 questioes..

1) How to disabled sort in one column?
2) How to put a button on right side of the search input?

Replies

  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    1) see http://www.datatables.net/ref#bSortable - set bSortable: false for any column using aoColumns or aoColumnDefs

    2) see http://www.datatables.net/ref#sDom - use the sDom to add arbitrary divs to the page, use css to style/position it, use javascript/jquery to fill it with whatever you want
  • alissonxalissonx Posts: 25Questions: 0Answers: 0
    thank you !!!!
This discussion has been closed.