Questions tagged [datatables-1.10]

DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction controls to any HTML table.

DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction controls to any HTML table.

DataTables 1.10 is all about making it easier, for yourselves, the developers using DataTables, to produce high quality interactive tables for your end users. A detailed list of the new features is available including:

  • New flexible API
  • New styling options
  • camelCase notation
  • HTML 5 data-* attributes for orthogonal data
  • Currency, percentage and formatting number sorting support
  • Enhanced paging control
  • Improved accessibility

Source: http://datatables.net/

813 questions
-3
votes
1 answer

how to create data tables in Html for following json, table column name may vary

If possible give me jquery code for creating dynamic html table using dataTables plugin [ ["Sales", { "2016-06-30": 102.18, "2014-12-31": 70.98, "2014-09-30": 86.41, "2014-03-31": 71.31, "2015-06-30": 87.59, "2014-06-30":…
-3
votes
1 answer

Uncaught TypeError: $.fn.dataTable.TableTools is not a function

I using DataTable.js. I want to add a button on my table. I am using Knockout.Js with TableTools 2.2.4 and DataTables 1.10.7. Could some one please help me with the problem? Sample Code is added for your reference. getAppoiintmentData: function ()…
Ashish
  • 75
  • 2
  • 9
1 2 3
54
55