Remove Show entries and Search option from top

Remove Show entries and Search option from top

pratikpratik Posts: 2Questions: 0Answers: 0
edited February 2011 in General
I have integrate Datatable, I want to remove show entries pagination from top-left only and search from top right,
how to remove? can you please know me arrayes and properties for that.....coz I have tried
bPagination : false this remove both pagination top and footer...

Replies

  • 28.vivek.s28.vivek.s Posts: 69Questions: 0Answers: 0
    you should look at sdom property for this purpose---
    have a look on this page.. http://datatables.net/examples/basic_init/dom.html

    regards,
    Vivek
  • pratikpratik Posts: 2Questions: 0Answers: 0
    No still I cannot remove can u pls explain me in brief...
  • dmolavidmolavi Posts: 65Questions: 0Answers: 0
    http://datatables.net/examples/basic_init/filter_only.html
  • 28.vivek.s28.vivek.s Posts: 69Questions: 0Answers: 0
    edited February 2011
    use [code]"sDom": '<"top">rt<"bottom"flp><"clear">'
    [/code] in your dataTable declaration.

    Thanks,
    Vivek
This discussion has been closed.