Search
14090 results 7431-7440
Forum
- 10th Mar 2014the filter function will not work with IE10 in my environementknow about the HTML5 search input type it replaces
- 7th Mar 2014ColumnFilterWidgets with JSON-datacall such as table.column().cache( 'search' ) . This of course is
- 7th Mar 2014Loading new data into Data tablesMake use of fnReloadAjax (do a search on this site for that) then you can call as var contentTable = $("#contentTable").dataTable( ); $(document.body).on('click', '#reloadTableData', function(event){ contentTable.fnReloadAjax(); event.preventDefault(); });
- 6th Mar 2014Issue with paginationBAH! i finally figured it out. Was returning the wrong iTotalRecords because of search term.
- 5th Mar 2014Child rows without the parent tr&tdit possible to also search trough child rows? No.
- 5th Mar 2014Sort without accentsok i've changed the version. But now i get this: Uncaught TypeError: Object [object Object] has no method 'search' . Its sorting and filtering but not with accents. :(
- 4th Mar 2014datatables and backbone.jsSearch the forum, there are several posts about this.
- 3rd Mar 2014How to create new row in middle of the data tableThis has come up a number of times already. Just typing your post title into the search box yields lots of relevant results: http://datatables.net/search?cx=004673356914326163298%3Abcgejkcchl4&cof=FORID%3A9&ie=UTF-8&q=How+to+create+new+row+in+middle+of+the+data+table&sa=Search&siteurl=datatables.net%2Fforums%2F&ref=&ss=7j49j2 Allan
- 3rd Mar 2014Serverside Processing with special characters (Ex:รครครค)Since you are using server-side processing, the filtering is done entirely by your server-side script ( ajaxUserSearch.action ). So you need to make sure that is capable of doing an UTF8 search (assuming you are using UTF8). Allan
- 28th Feb 2014reload data after clicking buttonsearch_input = datatable.closest('.dataTables_wrapper').find('div[id$=_filter] input'); search_input.attr('placeholder', 'Search'); search_input.addClass('form-control input-sm'); var length_sel