Search
13880 results 3061-3070
Forum
- 26th Apr 2018Disabling Pagination, Sorting and Search Box in Editor DataTables?thanks @colin :#
- 23rd Apr 2018Ordering + Buttons + SearchThanks Allan for responding.. I already found away and yeap thus includes the comments you've suggested too.. Cheers, ZyrowCool
- 10th Apr 2018Adding custom text between length changing input control and searchHi @shivaselvadurai , We just took a look at this and unfortunately you are probably going to need something as complicated as you had originally. If you insert something like '<"toolbar">' into the dom property where you want your custom element, you should be able to manipulate it there. Cheers, Colin
- 22nd Mar 2018Need to reduce vertical height between table and above elements i.e. search bar and add new buttonHi Aditya14, There's some built in classes that do help reduce space - see this page. compact is reduced between the elements, and the row spacing is also reduced. You could take that as a starting point and modify to suit your needs. Cheers, Colin
- 13th Mar 2018Formatted Number Search and LocalizationI've just committed the fix for this and it will be in the next release of DataTables. Thanks for letting us know about it! Allan
- 22nd Jan 2018Error undefined length, start, draw, searchMy guess is that since you are looking for $_POST variables, you haven't set the ajax.type option to be POST (the default is GET). Example available here. Allan
- 17th Jan 2018Set focus to search easilyThanks to both of you. Actually I ended using mix of your answers: Allan's statement in the initComplete, as I was looking for something I could easily include in the "table-creation code". Kevin, thanks for confirmeing my suspicion re. autofocus.
- 14th Jan 2018error 500 on searchThis error is generated by your server. Start by looking at the server's log to find the error. This is mentioned in the link provided in the error. Kevin
- 14th Sep 2017Global StateSave: Refreshing Search field after Post ActionHi, What you would need to do in this case is use stateSaveCallback to store the information into a custom localStorage parameter. This is how DataTables does it by default. You could basically use that and replace the path information. Regards, Allan
- 1st Sep 2017Browser Crash...(Error), whe a new searchHappy to take a look at a test case showing the issue. A 2500 row table shouldn't be crashing the browser. Allan