Search
10079 results 3971-3980
Forum
- 9th Apr 2014Override the oLanguage option in one placeYou can set the default values in a single place: [code] $.extend( true, $.fn.dataTable.defaults.oLanguage, { ... // language options } ); [/code] See: http://datatables.net/release-datatables/examples/advanced_init/defaults.html Allan
- 5th Apr 2014CSS issue with Chrome/Safari/IEbe included in the default CSS - it will cause
- 3rd Apr 2014How to get from the server only what is being displayed.specific pages, so by default we have a request
- 31st Mar 2014PDF cell borders / criteriamore records then the default 10, when I go
- 31st Mar 2014Bootstrap Modal / DataTables Plugin not friendsthe table, and by default, i'm showing only 5,
- 31st Mar 2014Custom WHERE statement in server-side processing exampleshould cope this by default. Allan
- 30th Mar 2014editor warning: JSON formatting errorid is just the default: [code] Editor::inst( $db, 'myTable',
- 27th Mar 2014localStorage for state saving and updates in 1.9That is correct yes. However, if all you want is localStorage, I'd suggest just using DataTables 1.10 ( http://next.datatables.net/download ) as it uses localStorage b default. Allan
- 24th Mar 2014how is this possible1) The default primary key is always
- 24th Mar 2014Multiple Tables (and even single tab won't format properlyI don't want these default search and show options, how do I disable them? You could remove them from the sDom option (drop the f and l` options). Allan