Search
14021 results 7911-7920
Forum
- 10th Aug 2011Language filesof MAX)', 'sInfoPostFix': '', 'sSearch': 'Search', 'sUrl': '', 'oPaginate': { 'sFirst': 'First',
- 8th Aug 2011Form to get data, datatables to display it?is when the user searches with your form is
- 8th Aug 2011Table CaptionssDom": '<"H"lfr><'#mycaption'>t<"F"ip>'; [/code] or search sInfo and sInfoPostFix on
- 7th Aug 2011order date format dd / mm / yyyyProblem solved! Following this comes another problem I is not very important but if you can better solve in the search for causes Multi_filter yyyy-mm-dd and not dd / mm / yyyy to solve it?
- 6th Aug 2011SOLVED: Individual column filters not being restored with bStateSavegetting populated with the search strings retrieved from the
- 6th Aug 2011How to highlig the first row of the table and read the data value from a column?just using it to search by. [code] var checkboxCol
- 5th Aug 2011ServerSide & MultyFilteringfriend 1) BREAKING UP SEARCH TERMS BY SPACE basically
- 5th Aug 2011Customizing the "Pagination"at the sourcecode and search for "full_numbers" you wil
- 3rd Aug 2011DataTables & Custom SQLIf you want to search using one column just use in the where section something like this $sWhere = " where promo_title like '%" $GET['sSearch'.$i] "%' ";
- 30th Jul 2011Filters in head sectionHere is the ready function [code] $(document).ready(function() { /* Initialise the DataTable */ var oTable = $('#example').dataTable({"oLanguage": {"sSearch": "Search all columns:"} }); /* Add a select menu for each TH element in the table footer */ $("#example thead tr").clone().prependTo($("#example thead")).find("th").each(function(i) {this.innerHTML = fnCreateSelect(oTable.fnGetColumnData(i)); $('select', this).change(function() {oTable.fnFilter($(this).val(), i); }); } ); } [/code]