Search
10070 results 3001-3010
Forum
- 26th Jun 2017Fix row 2-8Use orderCellsTop to have the ordering click listeners attach to the top row in the header (by default it attaches to the bottom). Allan
- 24th Jun 2017Refresh CSRF Token on AjaxPOST : CodeIgniterthe return object. By default that would be {data:{your
- 24th Jun 2017Editor not updating joined fieldsas you mentioned. By default, the inline editing used
- 22nd Jun 2017Formating data when exporting to excel returns data with html codeBy default the Excel export will
- 21st Jun 2017JSONP data source clarificationto change from the default of data. If you
- 21st Jun 2017Help needed with Server Side (MySQL) Search Improvementit isn't enabled by default due to performance - the
- 20th Jun 2017Multi row editing always submits full row dataas you say, by default submit all parameters. If
- 15th Jun 2017Use disabled features?Fantastic! - This was exactly what I was looking for to disable the default input. Now I just need to figure out how to disable the sorting-listeners on the header of the table. Any input that? :)
- 14th Jun 2017make multi column sorting user friendlyon first column by default ("Column1_sort.Png") when user clicks
- 14th Jun 2017Keypress delay when entering text in search box?It still can cause unneeded traffic. My solution was to remove the default handler and add a keydown and watch for the enter key, plus I put a search image button next to the search box.