Search
-
Using datatables with jQuery UI tabs
by findpritz ·$('#table-id').dataTable({ -
DataTables Form with submit link
by Blalien ·Hello, -
Cannot Filter the datatable by changing dropdownlist in mvc2?
by narsareddya ·oTable = $("#tblService1Index").dataTable({ -
filtering by date problem
by jordi ·oTable = $('#table_id').dataTable({//constructor -
externally call .getJSON, using an advanced "search" form
by andrewmoreno ·var testVal = $("#test").val(); -
A button that "refreshes" the data in the Table - using Server-Side
by allan ·var oTable = $('#tblTabela').dataTable( { -
A button that "refreshes" the data in the Table - using Server-Side
by diondu ·oTable = $('#tblTabela').dataTable( { -
.nodeName == "TR" not working with LiftWeb Framework + Firefox (IE8 works)
by cx ·$('#test_grid').dataTable({ -
Using AJAX Solr in combination with DataTables
by sblommers ·#theme_links span { float: left; padding: 2px 10px; } -
fnServerData - what to do if processing exception?
by jihohan ·var tablename = $("#tablename").val(); -
Datatable with context menu
by rbraman ·oResultsTable = $('#tblresults').dataTable({"bSort": false,'sPaginationType': 'full_numbers'}); -
User selectable rows (multiple rows) don't work
by allserv ·$("#tabCollab tr").hover( -
Row Styles and Grades
by AdeptDeveloper ·oTable = $('#tblCategories').dataTable({ -
How to get dataTable object after init?
by mot ·[code]oTable = $('#tDataTable').dataTable(...);[/code] -
HOW TO: use table tools with themeroller
by Solburn ·var oTable = $('#tblOscarNominees').dataTable({ -
Make Table width 100%
by Ploetzi ·$('#tabl').dataTable({ "bJQueryUI": true,"bAutoWidth":false, "bSort": false, "sPaginationType": "full_numbers"}); -
jeditable based upon content of first column
by xjimx ·I've tried the following but it doesn't work. The idea was to apply the class "edit_allowed" to any row in #table_id that does not have the word "System" in the first of the row. -
reference to a cell or a row
by jeanson ·$('#the_table tr)').bind("click", function () { -
sdom and JqueryUi incompatibility ?
by thierry.chich ·http://jquerylist.com/#tables_and_table_sorting -
Pagination and info outside of the DataTables sDom control (solved)
by talkitivewizard ·jQuery("#trigger_report_paginate").appendTo(jQuery("#numbers_numbers"));