[Solved] Removing "Showing X to XX of XXX entries" message

[Solved] Removing "Showing X to XX of XXX entries" message

anjibmananjibman Posts: 115Questions: 10Answers: 0
edited November 2011 in General
Hi,

I am using server-side processing to get large (>200000) records from the DB. When I run query to do count of records its taking long time and script response message popup on the browser. So I am skipping this count query and getting the record of paging size. For that reason I want to remove the message "Showing X to XX of XXX entries".

Can anyone help?

Thanks

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    http://datatables.net/usage/options#sDom - remove the 'i' option.

    Allan
  • TravisHeeterTravisHeeter Posts: 1Questions: 0Answers: 0
    For the Lazy:

    [code]"sDom": '<"top">rt<"bottom"flp><"clear">'[/code]

    Thanks to 28.vivek.s, who I got the answer from here: http://www.datatables.net/forums/discussion/4097/remove-show-entries-and-search-option-from-top/p1
This discussion has been closed.