Search
14090 results 6761-6770
Forum
- 12th Apr 2016Editor - Inline Select Field OptionsGood to hear that is working well. I'm working on a new site search which I hope will make finding this sort of information much easier. Hoping to deploy it soon. Allan
- 11th Apr 2016Positioning scrollbar and rounded edgesaround everything including the search box ? Thanks again
- 11th Apr 2016Research in single columns doesn't worktitle+'" />' ); } ); // Apply the search table.columns().every( function () { var that
- 11th Apr 2016upgrading from 1.10.9 to 1.10.11, data part of table becomes centered on pageThanks allan. I see that the minor bug I mentioned (header misalignment when you do a search) has also been fixed.
- 7th Apr 2016Select2 - multiple select - options orderHi, I search this method too ! Can you send me this update, Allan ? Thanks a lot ! GaƩtan
- 7th Apr 2016How can i give styles in data table excel export?There is no option for that at the moment. If you search this forum you'll find a number of similar posts asking for this feature. It is something that I hope to introduce into the Excel export soon. Allan
- 7th Apr 2016Call DT constructor without loading data / load DT with predefined filter valuesIt should be possible to define a global search parameter using search.search and for column search using searchCols. Allan
- 7th Apr 2016How do I use a plugin?See also the custom search plug-in documentation. Allan
- 5th Apr 2016Custom field type plugins and inline editingdata) { return data.name }, acOpts: { search: ['anyclient'] } } ] }); I am enabling
- 5th Apr 2016Applying columns().search() for two columns doesn't workThere is columns.searchable, but that only effects the columns ability to be searched. It doesn't effect how the search spans the columns, which is the issue here. Allan