Search
23423 results 9981-9990
Forum
- 19th Aug 2014Join Link Table and multiple tables.If you want to show different columns, and otherwise use different initialisation options, you would need to destroy the table (destroy()) and then create a new DataTable. Allan
- 15th Aug 2014Searching using regex for number of datesFigured this out. I am only applying the search. I needed to add var monthRegex = ''; var monthResults for (i = 1; i <= 12; i++) { monthRegex = '^(['+i+']\/[1-9]{1,2}\/2014)$' monthResults = table.column(2).search( monthRegex, true, true ); monthResults = table .columns( [2], { search: 'applied', order:'current', page:'all' } ) .data(); }
- 14th Aug 2014TypeError in Datatable.editorData", order: [[ 5, "asc" ]], columns: [ {"data": "ID"}, {"data": "UID"},
- 13th Aug 2014Add custom columnidArticolo'; // Array of database columns which should be read
- 10th Aug 2014Edit, delete and what about VIEW ???Maybe are you looking for this: https://datatables.net/examples/api/row_details.html Show your 5/6 columns and on the click systems shows extra info
- 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 2014Editor1.3.2 - how to change table name?In case of different columns, I have to make second instance of editor and datatables? Which way I can switch between instances? is there any methods (table/editor visable?)
- 8th Aug 2014Row Details and Editorurl: "includes/php/leave.php", type: "POST" }, columns: [ { "class": 'details-control', "orderable": false,
- 7th Aug 2014Responsive Table - ExportCan you link to a test page showing the issue please? mColumns is the option to use for defining which columns are exported. Allan
- 7th Aug 2014add/edit/delete on dataTables.variables */ /* Array of database columns which should be read