Search
9295 results 5071-5080
Forum
- 17th Feb 2015How to style the "Next", "Previous", "First" and "Last" buttons only ?Use the language options - specifically language.paginate.next etc. With that you could insert HTML such as <i class="icon back"/> or whatever HTML your icons need. Allan
- 16th Feb 2015Bug in _fnDrawHead ; Ver 1.10.4add some custom filtering options) In combination with zurb
- 16th Feb 2015Slow Sorting with Bootstrap/Responsive siteadditional data. Any column options to do what I'm
- 16th Feb 2015Minor problem with paging and displayStartdon't have floating point options, either you are on
- 16th Feb 2015Is the Fieldtype Checkbox only available in the Editorwhich provides row selection options (which is what Editor
- 14th Feb 2015Provide my own function to display error alertsAs of 1.10.5 you can do this :-). Set $.fn.dataTable.ext.errMode to be your function and DataTables will execute that rather than calling alert or throwing an error (the two built in options). Allan
- 13th Feb 2015Data passed by datatables to my ColdFusion update CFCThere are a few options therefore: 1) Use ajax.data
- 12th Feb 2015Inline editing using a select type is giving an empty selectSeems that the "options" option is only >= 1.4
- 10th Feb 2015Editor Component - CheckboxI found the problem. I was getting False, True for ExcludePosition, so on options: [ { label: '', value: 1 } ] instead of 1 or 0, I set value: 'True'. Thanks anyway
- 9th Feb 2015Iterate through every cell in a given columnThanks for the clarification. By default the selectors will use the data order of the table. If you want to use the current sort order, you need to use the selector-modifier options of the column() method. Allan