Search
14021 results 6601-6610
Forum
- 5th Aug 2016Dynamically programatically select a row with paginationThanks Allan, I'm able to get to the page (that includes the search row) now. Any best practices on how to dynamically select the intended row on that page?
- 5th Aug 2016Free/open source wordpress themes which supports DataTablesbe created. I can search and sort it. The
- 4th Aug 2016requested unknow parameter '...' for row 0it contains something like this: $sql = "SELECT nr_stup, poz_camion, ...... "; $sql.=" FROM caiet WHERE 1=1"; if( !empty($requestData['search']['value']) ) { // if there is a search parameter, $requestData['search']['value'] contains search parameter $sql.=" AND ( nr_stup LIKE '".$requestData['search']['value']."%' "; ......... $sql.=" OR 7mai16 LIKE '".$requestData['search']['value']."%' )"; }
- 4th Aug 2016After row.remove(), and when trying to add row.add, it doesn't workamp; 50,000:Complete) When I search the Cash list of
- 2nd Aug 2016Loading ajax source twice in v1.10?pass in the general search var generalsearchresult = r.Form.GetValues("search[value]").FirstOrDefault(); //get
- 30th Jul 2016Bootstrap Integration: form-inline and per-column filtersof page length and search input elements. Maybe it
- 28th Jul 2016Individual column searching (select inputs)-not working weblink data in tablesgt;! >! column >! .search( val ? '^'+val+'$' : '', true, false
- 28th Jul 2016using my own styleyes i already read that and can put my searchbox into separated div... how about buttons? i tried on my search but can't work with buttons $('#searchtext').keyup(function(){ table.search($(this).val()).draw() ; });
- 27th Jul 2016Rendering a huge tableUpdate: Managed to make the rows linkable, worked like a charm. Search feature inability is the last thing stopping me from releasing it.
- 27th Jul 2016Export buttons not displaying on my site on IE when copied exact. Works on exampleThanks for posting back - I prefer not to delete threads in case others find it useful for a search (it might jog their thoughts to check the cache). Good to hear you've got it working now! Allan