Top "Datatables" questions

DataTables is a plug-in for the jQuery JavaScript library.

How to reinitialize dataTables with newly fetched data from server using ajax in MVC

So here I have list of menus for admin and under them I have Upload news. When this particular menu …

javascript jquery ajax asp.net-mvc datatables
DataTables Set Default sorting column and set unsortable columns

Is it possible to set the default column to sort once the page loads? I want to use the one …

javascript jquery datatables
Disabling sorting in datatables not functioning

Here is the code i am using oTable = $('#example').dataTable({ "bSort": false, "bStateSave":true, "aoColumns": [ { "bSortable": false }, { "bSortable": false }, { "…

jquery datatables
Giving custom classes to each TD for styling - Datatables & jQuery

I'm using datatables for displaying server-side data in tables. I can't target and style individual cells (<TD>) though. …

javascript jquery datatables html-table
jQuery datatables add class to tr

I am using jQuery and datatables. I want to add a class to the TR element of a particular row. …

javascript jquery datatables
How to export all rows from Datatables using Ajax?

I am using new feature in Datatables: "HTML5 export buttons". I am loading data with Ajax. https://datatables.net/extensions/…

jquery ajax asp.net-mvc datatables export
make column data as hyperlink (dataTable JQUERY)

I am trying to make a column as hyperlink with datatable but no success. function successCallback(responseObj){ $(document).ready(function() { $(…

jquery datatables datatables-1.10
jQuery DataTables: Delay search until 3 characters been typed OR a button clicked

Is there please an option to start the search only after 3 characters have been typed in? I have written a …

jquery datatables
How to use rowspan and colspan in tbody using datatable.js?

Whenever I use <td colspan="x"></td>, I get the following error: Uncaught TypeError: Cannot set …

javascript jquery datatables
jquery datatables: adding extra column

Scenario I am using datatables (@version 1.9.4) for the first time to display data to the user. I succeed in retrieving …

javascript jquery-ui datatables customization