Search
14057 results 7951-7960
Forum
- 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]
- 28th Jul 2011How to display results as rows instead of columns?wanted to make a search engine similar to google
- 28th Jul 2011DataTables with Server side processingYes, I am using Search form and on submit,
- 26th Jul 2011Fixed columns problemsThat didn't make any difference, but when combined with css change things move forward : http://www.sailracer.us/eventsites/test/table1.htm But getting the table repeating at bottom, also some odd resutls when you search, try entereing red
- 24th Jul 2011Load datables thru Ajax onclickmocking up getting the search terms var myCriteria = "searchCriteria=";
- 23rd Jul 2011Using CSV to fill DataTablesite. Just a google search away are tools to
- 22nd Jul 2011jEditable and default "Click to edit"I am sorry - didn't input the search correctly so took some time to figure out Solved by setting jEditable property "placeholder" : "",