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

  • SEARCH
  • Home
  • 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 8941279
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T11:15:48+00:00 2026-06-15T11:15:48+00:00

I am using Datatables to display tabular data in my Web application, and have

  • 0

I am using Datatables to display tabular data in my Web application, and have configured it to make use of server-side processing, i.e. query the server via AJAX for filtered data. I want to filter according to additional parameters that are specific to my application, i.e. corresponding to some user options (f.ex. via a checkbox in the UI). How do I make DataTables pass these additional filter parameters to the server?

  • 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-15T11:15:49+00:00Added an answer on June 15, 2026 at 11:15 am

    The solution is to employ DataTables’ fnServerParams option, which allows you to add custom parameters to be sent in the XMLHttpRequest sent to the server. For example:

    $(document).ready(function() {
      $('#example').dataTable({
        "bProcessing": true,
        "bServerSide": true,
        "sAjaxSource": "/IndexXhr",
        "fnServerParams": function (aoData) {
            var includeUsuallyIgnored = $("#include-checkbox").is(":checked");
            aoData.push({name: "includeUsuallyIgnored", value: includeUsuallyIgnored});
        }
      });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using DataTables with server-side processing with information from a form. On form
I am using DataTables (jQuery plugin) to display my tabular data. If fetches data
I'm using server side processing as per the Django example in DataTables . I
I'm using datatables along with Jquery Mobile (server Coldfusion8, MySQL 5.0.88) to display tabular
I am using jquery data tables server side method example here http://www.datatables.net/examples/server_side/server_side.html My JSON
I'm trying to select a nested table to display some tabular data using jQuery
I am using jQuery datatables to display some data. Each row has an edit
I'm using DataTables ( datatables.net ) to display data from an Ajax source and
I'm currently want to display a list of data using DataTables. And I want
I am using DataTables to display row data, in the last column on the

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.