Search
23432 results 8991-9000
Forum
- 23rd Mar 2016Question about using DataTables with Ajax (wordpress-Ajax).dynamic_table').DataTable({ "ajax": { "url":ajax_dt_url, "dataSrc":"" }, "columns": [ { "data" : "ID" }, { "data" : "post_title"
- 21st Mar 2016Jquery to add/create form with one - many data.Thanks Allan, for your prompt response, but how do I specify it type: 'grid' ? as there are checkbox, Radio buttons, but I need a grid to display columns "Account name, Account manager and Account Leverage". thx GP
- 21st Mar 2016Reset column visibility and reorder on a single buttonto have permanently hidden columns, that you can then
- 20th Mar 2016Getting value of selected rowsThank you for the response and I do get the table but I'm not sure how to get to the individual columns like my unit ID and UniType values
- 18th Mar 2016Responsive DataTable with ul listInformation and the hidden columns would Show up.
- 17th Mar 2016DataTables does not completeThank you. Putting in the columns solves the problem, but putting in data: data, columns: [ { data: 'CODE' }, { data: 'OMSCHRIJVING' } ] doesn't load the table. Debugcode: ubevog
- 17th Mar 2016Problem with dynamic columns/reinitializing tableto clear out the columns of the first table
- 17th Mar 2016Can we have "freeze" view for large tableheight. Because the left column(s) are locked, the row
- 17th Mar 2016How to have sort and select filters in different header rows?Also wanted to remove some filters, so this fiddle shows how to do that for anyone in the same boat - https://jsfiddle.net/wwhe7k20/2/ - using not(":eq(2),:eq(3),:eq(4)") to remove specific columns
- 17th Mar 2016Exclude column from export by using html5 buttonsSee this example for how to select which columns will be included in the output. Allan