Search
9310 results 5331-5340
Forum
- 24th Mar 2014Custom styles to datatable paginationYou probably want the language options rather than styling I think. http://datatables.net/usage/i18n The oPaginate options. Allan
- 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
- 24th Mar 2014Stacking checkbox filterscolumn value. The other options are created dynamically, ie.
- 21st Mar 2014Reducing JSON size for Editorparameters. There are two options: idSrc as you mention
- 21st Mar 2014Datatable conflict with Dojofiddle: http://jsfiddle.net/thefork/aTuyn/ See Fiddle Options -> Framework script attribute -> [code]data-dojo-config="async:true"[/code]
- 21st Mar 2014Keep collection open [optionally]Good idea - thanks for sharing this with us! I'm planning on rewriting the button options in TableTools after the 1.10 release of DataTables, and I'll certainly keep this idea in mind for inclusion. Regards, Allan
- 21st Mar 2014Why are beta examples in XML instead of HTML?TableTools. There are some options such as the path
- 14th Mar 2014Jeditable - How to send multiple values in the requestjEditable is not part of DataTables - I'd suggest you ask on StackOverflow or whatever support options the jEditable project offers. Allan
- 12th Mar 2014Set name to column from ajax and send to ajax on sortthe full range of options available. If you want
- 12th Mar 2014Sort Icons display but sorting not happeningaoColumns must define every column in the table. Use aoColumnDefs if you want to define options for just some select columns - see the documentation here: http://datatables.net/usage/columns Allan