Top "Datatables" questions

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

datatable jquery - table header width not aligned with body width

I am using jQuery datatables. When running the application, the header width is not aligned with the body width. But …

jquery datatables alignment
How to hide "Showing 1 of N Entries" with the dataTables.js library

How do you remove the "Showing 1 of N entries" line of text on a dataTable (that is when using the …

javascript datatables
Disable sorting on last column when using jQuery DataTables

I'm using jQuery DataTables in a project and I would like to know how to disable sorting for the last …

javascript jquery datatables
jquery datatables default sort

I am trying to set the default sort to the second column in my jquery datatable. It by default sorts …

javascript jquery sorting datatables
How do I add button on each row in datatable?

I am newbie for DataTables. I want to add button on each row for edit and delete(like below image) …

javascript jquery datatables
Change values of select box of "show 10 entries" of jquery datatable

By default, jquery datatable shows 10 by default and has options : 10,25,50,100 How can I change these options?

jquery datatables
Datatables - Setting column width

I'm trying to set up width of columns as shown below: var per_page = $("table").data("per_page"); $(".table").dataTable({ "…

javascript datatables jquery-datatables
Detect page change on DataTable

With DataTable I can order, list, do pagination but I want to detect when the pagination changes, I've seen the …

jquery pagination datatables
How to show empty data message in Datatables

Suppose i get empty data from server sometimes, i want to display No Data found message in DataTables?. How is …

jquery json asp.net-mvc datatables
DataTables fixed headers misaligned with columns in wide tables

Problem When using the sScrollX, sScrollXInner and/or sScrollY to achieve a fixed header table with its inner content scrolling, …

jquery datatables