Search
11430 results 9821-9830
Forum
- 18th Dec 2012how to center table on pageAllen, How difficult is it to combine "individual column filtering (using select menus) and hidden row details". Can these's two be combined? Thanks, 64Coach
- 12th Dec 2012Force pagination reset?Sounds like you might want to reset the paging on every filtering action? Attach an event handler which will call table.fnPageChange( 'first' ); to your filtering input perhaps? Allan
- 10th Dec 2012Soring break row color backgroundredrawing the rows after filtering or a page change.
- 10th Dec 2012Inline Move Up/Downso we don't disable filtering. Or to put it
- 25th Nov 2012Unable to load jsonp dataall the processing, sorting, filtering and so on then
- 21st Nov 2012DataTables hidden rowAllen, Sorry for that, its Show and hide row details. I was wondering if the two (Individual Column Filtering & Show and hide row details) could work together. And if yes how can this be done. Thank you, 64coach http://datatables.net/release-datatables/examples/api/row_details.html
- 20th Nov 2012Get rid of search bar.What girishmr says :-). One additional option is to use bFilter to completely disable filtering. Allan
- 16th Nov 2012Show datatable using server processingsOrder == "ORDER BY" ) { $sOrder = ""; } } /* * Filtering * NOTE this does not
- 13th Nov 2012fnSorting does not workPerfect! I thought server-side processing was mandatory for AJAX sources. Now both sorting and filtering are working right. Thanks a lot.
- 11th Nov 2012Multiple databasesWHERE '.$this->_sWhere; } } /* Individual column filtering */ for ( $i=0 ; $i<count($this->_aColumns) ; $i++