Search
9310 results 2331-2340
Forum
- 29th Nov 2020Invalid Date when the date has millisecondsSee the Editor datatime options docs for more details.
- 28th Nov 2020How do I add an 'add' button for adding details in database when using servlet jdbc as backend?you have a couple options: Have the server return
- 26th Nov 2020Datatables editor slowing downname: field.name(), type: 'select', options: header, def: header[i] } ); }else{}}
- 25th Nov 2020How can each page have a different length?6 to 10. Some options I can think of:
- 25th Nov 2020redirect to href when ajax errorThere are two options here: Return valid JSON
- 25th Nov 2020Two (tiny) problems with the appearance of my datatatableI am thinking about how I could provide a working example. The key is to provide an example that shows the styling issue. We aren't worried about the specific data. Here are some options for a test case: https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case Kevin
- 25th Nov 2020Why am I missing sort icons after bundling the css and js files?Inside the bundled file is a link to update the file. Please post the link so we can see the options you selected. Kevin
- 25th Nov 2020How to order the list by ID(autoincrement) from DB and reorder without changing this ID?If I understand correctly the nr field is the order you want to display the table. Then use the order options li described earlier to order the table by this column. Kevin
- 24th Nov 2020how to disable click (on column header) event of data sorting but still keep ordering functions?There are a couple options: Create tow headers and
- 23rd Nov 2020How to format column headers?see all the config options here: https://datatables.net/reference/option/ In order