Search
9149 results 5371-5380
Forum
- 29th Mar 2013localStorage - What does it actually save?use your browser's security options to look at the
- 28th Mar 2013bSearchable not working!"bProcessing": true Filtering is done at the server-side, by your consulta_usuarios_basicos.php script. So if it is not respecting the filtering options, its because the server-side processing script it not checking the bSearchable_{i} parameters that are being sent by DataTables. Allan
- 24th Mar 2013Edit Only shows column data that were marked as get.use the get / set options. Related to that, I
- 22nd Mar 2013Type of data passed to excelAfter some searching/reading i found this: http://support.microsoft.com/kb/214233 There are several options, and what i chose is to prefix my results with " " and it works like a charm :) Cheers, Alex
- 22nd Mar 2013Escaping HTML with datatablesmenu? (a select with options and different values) so
- 22nd Mar 2013ColVis: new plug-in for DataTables - user control of column visibilityto set the ColVis Options in such a way
- 21st Mar 2013EDITOR - help with Select list reloading tableis one of the options available. You can enable
- 20th Mar 2013How to use fnStandingRedraw() correctly?I've found the solution. Just passed flase to fnAddData as second parameter. Sorry for stupid question :( By the way, Allan, is there any options to control scroll jumping since November of 2011 ? http://datatables.net/forums/discussion/7496/adding-rows-and-keep-scroller-position/p1
- 19th Mar 2013updating json with values after postingtrying to change the options for a editor field
- 18th Mar 2013Max column width for textTwo options: Put the text of each cell in a div wrapper and just set the width on that. Use table-layout: fixed in your CSS, which has a similar effect, but isn't well tested or supported with DataTables. Allan