Search
14057 results 8051-8060
Forum
- 23rd Feb 2011Possibly to fix DataTable header and footer somehow?Fix as in FixedHeader. Basicallly, my header has a custom search field, and my footer has a summary. So the idea is to have them visible at all times. Thanks, Gerardo
- 22nd Feb 2011Delay Multiple Field FilteringI came up with a lame hack to do what I want: [code] var firstFilter = filters.shift(); $.each(filters, function(idx, filter) { // Manually set search attributes var oSettings = table.dataTableSettings[0]; oSettings.aoPreSearchCols[filter.colIdx].sSearch = filter.query; oSettings.aoPreSearchCols[filter.colIdx].bRegex = filter.regex; oSettings.aoPreSearchCols[filter.colIdx].bSmart = false; }); // Send the query table.fnFilter(firstFilter.query, firstFilter.colIdx); [/code]
- 22nd Feb 2011[SOLVED] How to handle large datasets?inv.last_update|date_format} {/foreach} [/code] The search only works on the
- 21st Feb 2011I need to call 'fnDraw' to get the table formattedstill have screwed up Search text and textbox. Ideas?
- 20th Feb 2011A little help to get startedparameters (the user input search fields) to the server-side
- 15th Feb 2011jQuery UI not being applied to header/footerdiv class="dataTables_wrapper" id="nodes_wrapper"> Show ... Search: < table> etc... [/code]
- 14th Feb 2011Tooltip for particular cell0, "asc" ]], "oLanguage": {"sSearch": "Search all columns:"} } ); jQuery('#quotes tbody
- 13th Feb 2011Double Click on Rows not working after fnFilter usagein the forum - the search option should bring them
- 9th Feb 2011anTr[0] is undefined using 1.7.5Just figured it out I think... added to my which was empty because I have the search columns in the header.
- 9th Feb 2011Howto style custom sorting iconsinterested, do an online search for "CSS3 multiple background"