Search
43645 results 20261-20270
Forum
- 11th Aug 2014Sequences and Editor ExtensionHowever, does the PHP database library assume the column to be named 'id'. Use the third parameter of the Editor constructor to tell the class to use a different primary key table. See: https://editor.datatables.net/manual/php/getting-started#Basic-initialisation https://editor.datatables.net/docs/Editor-1.3.2/php/class-DataTables.Editor.html#___construct Allan
- 11th Aug 2014Edit, delete and what about VIEW ???There is an example available on the Editor site showing how to can have data shown in the form only: http://editor.datatables.net/examples/advanced/formOnlyData.html . Equally, you could also have data in the table only if you so wished! Allan
- 11th Aug 2014dynamically changing the height of the sScrollYheight of the scrolling table is to use something
- 11th Aug 2014Datatable (with VScroll) header is misaligned when it is hidden at first and then made visible.click that makes the table visible. I had the
- 10th Aug 2014Concat ?columns: [ { data: null, render: function ( data, type, row ) { // Combine the first and last names into a single table field return data.first_name+' '+data.last_name; } },
- 8th Aug 2014Inline and ajax datathe layout of the table - a WYSIWYG control wouldn't
- 8th Aug 2014Row Details and Editornew $.fn.dataTable.Editor({ ajax: "includes/php/leave.php", table: "#example", "fields": [{ "label": "empid:",
- 7th Aug 2014Draggable rows in server-sided datatable?again on your server-side table with $("#mytable tbody tr")
- 7th Aug 2014How to return to previous page after submit?Have a look at state saving http://datatables.net/reference/api/state() As I understand it you can store the current table state and load it again when you need to
- 7th Aug 2014Custom Message On Removecode: editor = new $.fn.dataTable.Editor( { table: idTabella, "idSrc":idSrc, i18n:{ ajax: