Search
14013 results 3241-3250
Forum
- 13th Apr 2011Rebuild sort search array after dom manipulationHallo everybody! When I update a cell with the fnUpdate-function there are no problems: The sort array will be rebuilt and the sorted column refreshes. But when I update a cell via dom manipulation manually, it does not. A fnDraw(true) call does not help. Has anybody a solution for this issue and can help me? How can I say: Read this datatable sort/search array again and refresh column-sort? Thank you! Tobi
- 22nd Oct 2010Set search input text from codeHi Allan, First of all thanks for your time. I changed the filter input text behaviour to work only after press the enter key and I'm wondering if there is any chance to do the following: 1) Wait for the enter 2) Clear the value of the filter for the next table filter (because I have other filters in the table) All the best, Pawel.
- 29th Jun 2010search data inside data table after click buttonhi all.. i have 3 textfield and 1 show button..i want after i have been type some string inside that then click the button..rhe datatable can show what i'm looking for...this is my first code: "[code] $(document).ready(function() { var oTable; $("#showdata").click(function(event){ oTable = $("#datalist").dataTable({ "bRetrieve" : true, "bServerSide": true, "bProcessing": true, "sAjaxSource": 'showlist.php', "fnServerData": function (sSource,aoData,fnCallback){ aoData.push({"name":"line","value":$("#showline").val()}); aoData.push({"name":"model","value":$("#showmodel").val()}); aoData.push({"name":"NIK","value":$("#showNIK").val()}); $.ajax({ "dataType":'json', "type":'POST', "url":sSource, "data":aoData, "success":function(json){ fnCallback(json); } }); }, "aaSorting" : [[1,"desc"]], "aoColumns" : [ /*Line*/ null, /*Model*/ null, /*NIK*/ null ] }); [/code]"
- 19th Dec 2025Implementing a custom filter with OR columns and optional column selection.plus it replaces the search plugin. I updated an
- 18th Dec 2025classDid a forum search and found this thread. Does it answer your questions? Kevin
- 8th Dec 2025Issue in datatable multiple fixed headersdt, node, conf) { let search = currentSearch || ''; window.location.href = "<?= base_url('route')
- 8th Dec 2025Help with using navbar with ColumnControlcolumnControl: { target: 1, content: ['search'] }, One a separate note,
- 8th Dec 2025Multi-row header: How to add Dropdown filters (SearchList) to specific columns ?a select option for search input at this time.
- 1st Dec 2025Feature Plugin Feedbackbuttons next to the search inputs are for. Maybe
- 25th Nov 2025Custom ColumnControl filtersability to expand the search conditions via a plugin