Search
9310 results 6081-6090
Forum
- 7th Oct 2010Loading new table in IECould you console.log the alert that you've got commented out with the options stringified? Also console.log( $('#mainTable').html() ) as well please? Allan
- 1st Oct 2010Can we show only First, Previous, Next and Last buttons and not the number of pages in PaginationHmm, can't seem to get that working. Should this work? [code]options = { "sPageButtonStaticDisabled" : "paginate_button_disabled" }; $('#mainTable').dataTable(options); [/code] Looking at the code, it's not clear if if the options are set directly or if they are part of a larger object
- 19th Sep 2010Adding links to record fieldThere are two options for links - you can
- 15th Sep 2010Misaligned column headings using sScrollX sScrollYgoing to peel some options out one by one
- 15th Sep 2010DataTables 1.7.2 releasedit with the correct options for the first class
- 14th Sep 2010formatting AFTER datatables is totally finished drawingusing the DataTables class options: http://datatables.net/styling/custom_classes . An alternative to
- 12th Sep 2010Alphabetical Button Pagingwith a lot of options this - I like it
- 8th Sep 2010fnSetFilteringDelay does not work for me when i use "oLanguage" to initialize the datatablescan add the filtering options, which in turn reply
- 8th Sep 2010AutoFill - new plug-in (now v.1.1)like aoColumnDefs, with callback options (there currently aren't as
- 7th Sep 2010Internalization of DataTablepage_lang == "es_ES" ) { lang = { ... Spanish options }; } else { lang = { ... whatever }; } $('#tableId').dataTable({