Search
10068 results 7031-7040
Forum
- 12th Apr 2013Customize filters, dropdownlenght, info and paginationto connect the actual default features of the plugin
- 11th Apr 2013IE outline dotted, how to hide it?I've tried to include the following style: [code]input { outline: 0; outline-style:none; outline-width:0; }[/code] It's not working, should I change the DataTables default CSS files? Is there any alternative to it?
- 10th Apr 2013Display/Hide row details on click on 'TR' elementsthis code to replace default "datatable" code [code] $('#tab_annonces
- 8th Apr 2013sort column ascending while sorting secondary column descendingdate, and amount. By default the table is sorted
- 8th Apr 2013Possible to modify subset of dataTable settings based on class?bAutoWidth": false, "iDisplayLength": 20, // default 20 rows "aLengthMenu": [[20,
- 8th Apr 2013aoSearchCols does not appear to respect aoColumnDefs when colum is hiddenin aoSearchCols to define default filter values and one
- 8th Apr 2013jQuery tablesorter textExtraction functionality for dataTables?a small problem. By default dataTables uses the value
- 7th Apr 2013Sorting does not work at allor is this a default in-built functionality with DataTables?
- 2nd Apr 2013Modifying total in the footer after user used searchboxserach string in the default search box and based
- 1st Apr 2013Disable sorting when table has only one row?Is there a way to prevent sortable headers when there's only one row in the table? By default it lets you still sort the columns. thanks, Jeff