Search
9206 results 5751-5760
Forum
- 8th Dec 2011Cookies: non-valid JSON and search termsLol - no worries. There are so many options for DataTables these days that I'm probably the greatest user of my own documentation... Allan
- 7th Dec 2011[ Show result after typing. ]but there are two options that I can see:
- 5th Dec 2011Extra Header cell displayed in Chrome (displays properly in Firefox).using DataTables' column visibility options to make those two
- 1st Dec 2011fnRowCallback using same procedure as fnDrawCallbackelem).dataTable(); var properties = $.extend(defaults, options); //Validar se as propriedades
- 30th Nov 2011Simile Exhibitto use the mDataProp options for each column to
- 28th Nov 2011How do I reference an existing datatable?Two options: [code] $('#first_table').dataTable(); $('#second_table').dataTable(); [/code] etc - or you can use iApiIndex: http://datatables.net/development/ (there isn't a huge amount of documentation for it, but you just change it to the index of the table you want in the object). Allan
- 25th Nov 2011Help with a CRUDlike there are two options - the easiest it just
- 24th Nov 2011InternationalisationI'll also add these options in as soon as
- 21st Nov 2011PDF output of grouped rows is messed upI should note that if I add the following to the 'oTableTools' options, the overprinting no longer occurs, but the subtotal and total rows still aren't included. [code] 'aButtons':[ { 'sExtends':'csv', 'mColumns':'visible' }, { 'sExtends':'copy', 'mColumns':'visible' }, { 'sExtends':'pdf', 'mColumns':'visible' }, { 'sExtends':'print', 'mColumns':'visible' } [/code]
- 21st Nov 2011TableTools and .Net MVC(?)some of the other options!