Search
14178 results 5951-5960
Forum
- 3rd Sep 2018Datatable header height keep increasinghi thank you for your reply.Here is how I use the server side processing. My problem is the header heights keep increasing when I click on the search button.
- 1st Sep 2018Using Validate.Options not workHi, What version of the Editor NodeJS libraries are you using? It will say in the node_modules/datatables.net-editor-server/dist/editor.js file. Search for "version". Allan
- 31st Aug 2018individual column searching not working with scrollX = trueHi, Please close this discussion. I figured it out by this url 1. https://github.com/DataTables/FixedColumns/commit/c0d9bca088a3b79e947454042981e35cb79d8be2?diff=split https://bubt.edu.bd/assets/backend/DataTables-1.10.13/DataTables-1.10.13/extensions/FixedColumns/examples/styling/col_filter.html I just need to change the initComplete into `$(this.table().container() ).on( 'keyup', 'thead input', function () { { that.column( $(this).data('index') ) .search( this.value ) .draw(); } } );` and done.
- 31st Aug 2018How come Search/pagination options do not show for this Datatable?Hi @shamsian , Yep, search for thead in the FAQ... Cheers, Colin
- 31st Aug 2018Searching on Headeras have a custom search input element which would
- 30th Aug 2018issue when Api responsive.recalc() jquery load indeterminate numbers of responsives tablesHi colin i use the responsive.rebuild with no effects. After the Jquery.load(). i put this code but when open a collapsable the search input and the select show entries repeat when reopen a collapsible $(".collapse").on('shown.bs.collapse', function(){ var table = $('table.display').DataTable({'autoWidth':false}); });
- 30th Aug 2018Parent / Child editinghave some sort of search applied to that table.
- 29th Aug 2018Filter information from the datatableSearch plugin seems to be a good solution. Thanks! Cheers, Alan
- 28th Aug 2018searchCols Regex Not Working as ExpectedI think you need to enable regex ({search: '^((?! Completed).)*$', regex: true}). Something like this example: http://live.datatables.net/helegupe/1/edit Kevin
- 28th Aug 2018Passing Parameter in URL to DataTables controllersI can't help you with the Spring part, but if you want to pass a query string along in an Ajax request you can use ajax.data along with window.location's search parameter. Allan