Search
9163 results 5171-5180
Forum
- 14th Apr 2014"Processing.." Wont appearhttp://next.datatables.net/reference/option/. I thought all options are accessible by using
- 12th Apr 2014Sorting issue with pagenating in server side processingits built in Ajax options. Allan
- 12th Apr 2014Change footer Showing 0 to 0 of 0 entries to custom total records ??Sure - use the language options: http://datatables.net/usage/i18n Allan
- 11th Apr 2014Is it possible to use exact match for filteringtrue" in config). "oSearch" options also doesn't allow to
- 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
- 7th Apr 2014Email table contentsLoads of options ( https://www.google.co.uk/?q=php+create+pdf#q=php+create+pdf - update for whatever server environment you are using) - but not specifically for DataTables since any generic script will do. Allan
- 3rd Apr 2014Pagination / Four-button / Option / Conditionally Display/Suppress text labelsobject, the Language Configuration options like so: [code] oLanguage:
- 3rd Apr 2014Performance issue HTML/sScrollYor bPaginate=true are no options. Use Ajax loaded data.
- 3rd Apr 2014Using DataTables with Intel XDK app Framework help!Simply remove the sScrollX and sScrollY options from your initialisation :-) Allan
- 31st Mar 2014Possible bug when using defaults?loaded then my own options take precedence over those