Search
9167 results 4951-4960
Forum
- 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
- 9th Feb 2015Server side processing is breaking pagingthe recordsTotal and recordsFiltered options aren't being returned as
- 9th Feb 2015Dynamic Bubble Editor updateson the form who's options need to change when
- 6th Feb 2015PHP Library Field::inst()->Options(from, code, display) with Where clause.I think the problem is with the where condition. Try this instead: [ 'attribute.idgroup' => $_POST['groupId'] ] An array of three indexed options is not something the where() method will accept (which is what select() calls for the third parameter). Allan
- 6th Feb 2015I can't search on child rows detailed information.I already used hidden column and it works for the requirement. Thanks for providing more options.
- 5th Feb 2015stateSave and stateDuration set to -1, nothing in sessionI'm setting the search options like so: table.fnFilter(value, columnIndex);
- 4th Feb 2015 with chosen plugindirectly through the ipOpts options. What you would need
- 3rd Feb 2015Pagination Buttons not shown initially on IE 9I have the same problem in IE9 -- "dataTables_paginate" element is empty until I do a search or change the number of visible entries. I have the simplest of tables, no options at all. Any suggestions?