Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8932901
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T09:24:40+00:00 2026-06-15T09:24:40+00:00

How can I remove the pagination and show features of a jQuery Data Table

  • 0

How can I remove the pagination and show features of a jQuery Data Table ? I only want the searching and sorting features of it and want to get rid the other features. Is there any way?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T09:24:42+00:00Added an answer on June 15, 2026 at 9:24 am

    You can do it like this if you are using without jQuery UI themes

    $(document).ready( function() {
        $('#example').dataTable( {
          "sDom": 'frt' // only show search.. processing.. and table
        });
    });
    

    http://live.datatables.net/iqewoh/2/edit#preview

    with jQuery UI Theme

    $(document).ready( function() {
        $('#example').dataTable( {
          "sDom": '<"H"f>rt' // only show search.. processing.. and table
        });
    });
    

    <"H"lfr>t<"F"ip> == In header put lfr.. table .. then footer put ip

    The following options are allowed:

    ‘l’ – Length changing

    ‘f’ – Filtering input

    ‘t’ – The table!

    ‘i’ – Information

    ‘p’ – Pagination

    ‘r’ – pRocessing

    The following constants are allowed:
    ‘H’ – jQueryUI theme "header" classes (‘fg-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix’)

    ‘F’ – jQueryUI theme "footer" classes (‘fg-toolbar ui-widget-header ui-corner-bl ui-corner-br ui-helper-clearfix’)

    The following syntax is expected:
    ‘<‘ and ‘>’ – div elements

    ‘<"class" and ‘>’ – div with a class

    ‘<"#id" and ‘>’ – div with an ID

    Default: lfrtip (when bJQueryUI is false) or <"H"lfr>t<"F"ip> (when bJQueryUI is true)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

we can remove formula from one cell by cell.setCellFormula(null) . but if i want
I want to make pagination with jquery and Ajax. The first where I'm stumbling
$target.remove() can remove the element,but now I want the process to be down with
How I can remove whitespace from a string, but only if the white space
Hey, I'm wondering how I can get the class names dynamically using jquery for
i am using jquery tabs, and trying to get pagination in each one, everything
One can remove all calls to printf() using #define printf . What if I
How we can remove an array entry from : var a = [],b =
How to I can remove posts from a specific category from homepages in wordpress?
Is there a way I can remove the background bar image in the SeekBar

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.