Search
13033 results 3841-3850
Forum
- 21st Jul 2016How can I sort my table that accesses a sql database (using the sorting method describeed on here)Hi @richphil, at line 9 of the code above, try changing it to: order: [[ 2, "desc" ]]
- 21st Jul 2016Send entire data table to serverTry datatableInstance.rows( { order: 'current' } ).data().toArray();. Does that contain what you are looking for? Allan
- 21st Jul 2016How to properly render Mjoin json result?You need to use the editField option that we discussed in order to tell Editor which field it should edit when you click on that column. Allan
- 20th Jul 2016Using the EDITOR, Is Inline Editing on multiple tables possible?data: "kit_items.kit_items_name" }, { data: "kit_inventory_items.kit_inventory_items_serial_number" } ], order: [ 0, 'asc' ], bPaginate : false,
- 20th Jul 2016How can I save the sort state of a table and pass it to another?need whenever you can - order() in this case. Allan
- 18th Jul 2016DataTable refresh after Edit the record.Thanks Allan ... It worked as soon as I posted this :) I did this table.ajax.reload(null,false); and it refreshed. Could it be the order of the js loading ?
- 18th Jul 2016how do i change this part of the server side code to asc or descUse order to change the default. Use order() after initialisation to set the ordering. Allan
- 18th Jul 2016fixedHeader Extension not working, no idea whyjust the library loading order. It needs to be
- 17th Jul 2016paging not working, pageLength always equals lengthMenu selected valuethe forum rules, in order to be able to
- 15th Jul 2016not applied width option when use column colspanstretching it out in order to fulfil that requirement.