On user reordering or selecting drop down checkbox
I'm curious as to how I could go about performing some actions when the user reorders columns or selects a checkbox in the colvis dropdown to hide/show a column. Right now there doesn't appear to be...
View ArticleGet column total value to the end of the table
Hi everyone, I am new to Datatables and so far i have implemented to retrieve data to datatables from JSON and PHP. But i need to calculate the total value of each column and need to put those value to...
View ArticleCheckbox in aoColumnsDefs
When I create the checkbox "aoColumnDefs": [ {aTargets: [0], fnRender: function (o, v) { return '<input type="checkbox" id="selexclui" name="selexclui[]" />'; }, sClass: 'tableCell' } ] my table...
View ArticleAJAX Source table displays all records not 10
I use AJAX to load a json array into my table, the json does validate I initialize my table with this $(function () { if(jQuery().dataTable) { var oTable = $('#thetable').dataTable({ "oLanguage": {...
View ArticleCannot reinitialise DataTable
Hi All, When I use theese codes, The browser say : DataTables warning (table id='example'): cannot reinitialise DataTable.. How can I use both theese functions. ///////////// Footer Callback Func....
View ArticleI need calculate total and sum show in footer. Use datatables libraries of...
Controller: $this->datatables->select("stock_id, stock_list, stock_qty, stock_unit, stock_weight, stock_price, stock_catagorie, stock_product_free, stock_in_datetime")...
View ArticleSort By Facebook Likes?
Hi, I would like to be able to have a column with facebook likes and that the table will be able to be sorted by the number of facebook likes. Ho can I do this?
View ArticleSpelling mistake in docs.
Allan: your "beautiful tables" example (http://www.datatables.net//blog/Creating_beautiful_and_functional_tables_with_DataTables) has this spelling mistake: Data from the Scottish Gorvenment
View ArticleHide TableTools buttons from non-flash devices (iOS, etc.)
I'm interested in hiding the buttons when flash is not present. I've tried using swfobject, but it doesn't seem to work for me on Android browsers (and I'm still waiting to hear how iOS works with it)....
View ArticleUnknown Column in Where Clause for Simple Join
Hello hello, Quick question - I can't get my 'group_id' column to work for a where clause for my simple join of two tables (contacts & contacts_groups). The join is working fine and the JSON...
View ArticlePutting control in the datatables_wrapper
I've currently got two controls on my page, a datatable and a select dropdown that uses the Chosen jQuery Plugin (http://harvesthq.github.io/chosen/) I'd like to put my dropdown to the left of the...
View Articlehow to add a custom column dynamically in ajax grid
I configured ajax grid and I'm getting json data from a url and displaying it in a grid. and my requirement is for each row I have to display a check box at the first column to select that entire row....
View ArticleManipulate record nos.
Hi The data that I am using will be coming up in chunks of 600 records from a third party service call. I am using a static datatable so all the record nos are from 1 to 600. The service call is also...
View ArticleHow to check data before submiting?
I have 11th column in my datatable that edit with jEditable. But I want to edit this: 1. after checking 12th column that it is not null (comment for editable value) OR 2. after typing some text in...
View ArticlefnAdjustColumnSizing and FixedColumns
First of all, thanks for your work, dataTables is awesome ;) I can't use fnAdjustColumnSizing with FixedColumns. fnAdjustColumnSizing work on table with dataTables_scroll class, but not on fixed...
View ArticleResend aoData.push parameters with fnReloadAjax?
When a page on my site loads an AJAX call is made to WordPress admin ajax, an action is passed in aoData.push telling WordPress what action to fire, the action simply creates the json response to build...
View ArticlefnDraw with addClass
Hello, I want to have table with read/unread rows. The server-side script provides a hidden column with read/unread status and I use this to add 'unread class to the needed rows. I mark rows as unread...
View ArticleDataTables hidden row details example - the table header is misplaced (test...
Hello, I'm trying to create a table where more details can be seen when the plus-image is clicked - similar to the DataTables hidden row details example Unfortunately there is a warning being printed...
View Article