How do i place the search text input in top
How do i place the search text input in top

here is reference
http://live.datatables.net/qojakapu/1/edit
Thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
here is reference
http://live.datatables.net/qojakapu/1/edit
Thanks
This question has an accepted answers - jump to answer
Answers
Do you mean you want the column search inputs in the table header?
If so here is an example:
http://live.datatables.net/cedayopa/1/edit
Note the use of
orderCellsTop
to move the sorting to the top header row.Kevin
Thanks a lot....