updating json with values after posting
Hi Allan, After processing POST the following code is used to get json for updating select field in client side if ( !isset($_POST['action']) ) { $out['schoolsList'] = $db ->select( 'schools', 'id...
View ArticleButtons in first column do not scroll with table, z-index problems in IE7
I am putting a button in the column at index 0 of my data table. The column at index 1 is hidden using aoColumnDefs options. The table is loaded via ajax, then the buttons are initialized, then the...
View Articlesum filtered rows/columns
Hi I want to be able to sum a column of data after a filter has been applied using the plug in column filter. I found this thread:...
View ArticleAjax actions not working with jquery 1.9
Hi, I use php code for generated table rows to work with DataTable. There i have an <a> tag in each row where on click on them an ajax action triggered. But this ajax action only work on the...
View ArticlefnServerData is not working
i want to implement advance search on a populated table..here is what i have var oTable = $('#mytable').dataTable( { "bProcessing": true, "bServerSide": true, "sPaginationType": "full_numbers",...
View ArticleDoes DataTables suport for utf8_general_ci ?
Hi, I am really like DataTable !!!, it is show cool that we have develop about English or French langue !!! I try to make it suport for Lao langue, it doesn't work !!!, anny one help me please. For...
View ArticleFiltering columns with HTML and plain text difficulties
I'm having some trouble with individual column filters and columns with a combination of plaintext and HTML, specifically a href links. Cells with links only are fine, ie "<a...
View ArticleUsing Editor's "joined" attributes as part of the filters on...
Hello, I have the following JSON object from an Editor's join: DT_RowId: "row_1" customer: "10" release_id: "4" project_name: "Project 1" project_manager: Object { id="6", name="First, Last"} In my...
View ArticleDocumentation error / type
There is a type on this page / documentation: http://datatables.net/extras/tabletools/initialisation "fnRowSelected": function ( node ) { alert( 'The row with ID '+node.id'+ was selected' ); } should...
View ArticlesAjaxSource not working for Java servlet
I've got a Java servlet that is returning valid JSON data with the content type set to "application/json" (as suggested elsewhere. The JSON data looks like this (saved by going to my servlet's url):...
View ArticleEscaping HTML with datatables
I have datatables set up like so : <tbody> <?php $options = array("" => "", 'start' => 'Start Session', 'stop' => 'Student Not Present', 'abandon' => 'End Session', ); foreach...
View ArticlePagination input plug-in enhancement
Hello First of all, thanks for this very useful piece of software. I wanted input pagination and I saw you had it. So I took it and saw few enhancement to make, which I did. Here is the code now:...
View ArticleInline Edit Data Not Retained After Subsequent Filter or Sort
I have two columns in my table which contain a drop-down for inline editing. When double-clicking on the cell, the drop-down appears, after making a selection and leaving the cell the value in the cell...
View ArticleAuto sort by column
My table automatically sorts by the first column, but I need it sort by the third in my chart. How would I go about doing that. http://iedits.com/online-editors
View ArticleHow to display Empty row if Ajax response is empty
Hi, i am new to Datagrid. I am working on a CV management system in which i am using datatable Plugin to show all applicants via AJAX. I have a filter form which will will filter the data via different...
View Articlehow to get <a> tag inside cell in datatable
Hi, I generate link in cell through json format from server side, then i want to put click event on link (modify or delete), but i can't get link using $('#myTable tbody tr td a'). code is below:...
View Articletabletools not reinitiliazed after ajax reload
I am using datatables in a jquery UI dialog. Below is the function I am calling to draw the table whenever the dialog is opened. function listPtCharges(filter){ var chgTable; chgTable =...
View Articleclick handler with hidden index column
I have a table which contains a unique id column - this is used to create a click handler to move to a new page. I don't want the id column to be visible, however - this will be used in a mobile app...
View ArticlefnGetPosition Returns "Cannot read property 'nTr' of...
I have a table which is split using FixedColumns(oTable,{"iLeftColumns":5,"iLeftWidth":500}); One of the columns on the left side is "editable"; and, after editing the cell I'm trying to use...
View ArticleIE 7/8 Page Button Strange Behavior
In IE 7 and 8 using server side paging, the "Next" button behaves like the "First" button, the "First" button behaves like the "Previous" button and the "Previous" button behaves like the "Next"...
View Article