Search
14021 results 6991-7000
Forum
- 23rd Jun 2015Custom Edit and Remove using Datatable Editor is giving null or not an object exception180px'> Return to Wire Search </a> <h3>View Wire Details</h3>
- 23rd Jun 2015Data is not displaying as display formattedSure, you'd need to write a custom search plug-in that uses it. Here is a trivial example showing a number range filter which you could use as the basis for your plug-in. Allan
- 22nd Jun 2015columns[i][searchable]To tell the server-side script not to search that column :-). Its only really useful for the global search I guess. For individual column searching, you just wouldn't send a search value. Allan
- 22nd Jun 2015Editor + Select2 / Selectize Plugin - Remote AJAXMy bet is still on you setting the value, label, and search fields to title yet not passing title back via ajax. Change it to this instead and see if it populates: .... sortField: 'label', valueField: 'value', labelField: 'label', searchField:'label', ....
- 22nd Jun 2015Error on AMD Library to DataTables I Found error on Min FileHi, If you do a search for "amd" in the min Javascript file you will find the AMD reference right at the end of the file. What version of DataTables are you using? Allan
- 18th Jun 2015Suggestions for improving sorting, especially of personal namesvalue to want to search. Thanks for the suggestions
- 18th Jun 2015Displaying pages using CDN from the hard disk (file:///D:/directory...")For reference and anyone else who finds this post for a search, what was your fix? Allan
- 18th Jun 2015SmartAdmin framework and customizing the styling for DataTables and Editorother posting on here (search for "smartadmin") about having
- 17th Jun 2015searching for null valuesyes, you are right, I complete forgot about custom search plugins! Thanks!
- 16th Jun 2015Searching with no conditional "LIKE"Ops!! I'm really sorry, I was wrong. (need more coffee hehehe). I mean, currently datatables is searching like this: "WHERE field LIKE %pattern%. So, I want to search like this: "WHERE field LIKE pattern% Now yes, sorry again!