Problem with polish letters [UTF-8]
Hello, I'am starting with DataTables but I have big problem. Cells containing polish letters (ó,ł,ż,ć etc.) does't display in my server-side installation. Row is ok, but cell with polish letter is...
View ArticleFixedColumns - Freeze arbitrary columns
As far as I understand, for the time being the fixedColumns plugin only allows to select a continuous interval of columns on the left and/or right of the table. Is it possible to freeze an arbitrary...
View ArticleJQuery DataTable Row Grouping - Two Level Grouping Error
Hi all, Is initialization code on http://jquery-datatables-row-grouping.googlecode.com/svn/trunk/twoLevelGrouping.html has mistake? I meen first sGroupLabelPrefix: "Rendering Engine - " instead...
View ArticleSorting and Paging not working for Serverside=true
Hi, I am new to Data table, and forgive me for my poor english. Could anyone tell me why Sorting and Paging is not working while server side processing is true? I tried by many ways, but didn`t find a...
View ArticleaoColumns bug on IE7 and IE8
Those lines are not working on IE7 and IE8 It return javascript error. "aoColumns": [ { "bSortable": false }, { "bSortable": false, "sWidth": "200px", "sClass": "datatables_center" }, { "bSortable":...
View ArticleJSON returns me a null value for UTF-8 coded signs
Hi all, My php script for returning JSON data is giving me a null value from the table and my table is set to a UTF-8. But when I don't have UTF-8 sign in the cell I get normal output. What could be...
View ArticlePlug in
Hi there, new to the datatable world, and need some assistance using one of the plugins. How does one use the .js file which is mentioned that is need. In the plugin section, it refers to : script...
View ArticleCHECKBOX COLUMN
Hello, I have this columns: "mRender": function (val, type, row) { if(val == 't') var sReturn = '<input type="checkbox" name="filter" value="t" checked="checked" />'; else var sReturn =...
View Articlebstatesave for multiple tables
Helo, i try to integrate multiple tables on one site with state save function (bstatesave). But after page refresh only state of last 'touched' table is shown correctly. It seems like the state of...
View ArticleDataTables PDF export with special characters
Please, if anyone knows how to do export PDF with this special character (šŠđĐčČćĆžŽ)! Thanks a lot!
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 Articlecheckbox field in editor
Hello, I have the next checkbox with 2 posibles values "t" is checked and "f" is not checked: { "label": "Login ST", "name": "login_status", "type": "checkbox", "ipOpts": [ { "label": "", "value": "t"...
View ArticleaoColumns doesn't show a toggle image column
I'm using DataTables as a data grid manager on my app. Everything works fine but until I'm equipped a hidden row info plugin. I tried many ways to change things but the first column of toggle image...
View ArticleTable tools wont work with fnRowCallback
I use fnRowCallback to calculate the serial number of the row. Just for display purpose. "fnRowCallback" : function(nRow, aData, iDisplayIndex){ var oSettings = oAllLinksTable.fnSettings();...
View Article"bStateSave" saves pagination for one refresh but not subsequent...
This is my table: var tablePending = $('#table-pending').dataTable({ "sDom": "<'row'<'span6'l><'span6'f>r>t<'row'<'span6'i><'span6'p>>", "sAjaxSource":...
View ArticleCustom modal form via server side ajax call
I really like DataTables! I am now trying to incorporate the editor. I have a summary of the data for each row in datatables. I then want to use my own modal which retrieves a detailed record from the...
View ArticlecolumnFilter plugin not working well with TableTools->select_all.
Hello, I have the following code to create my table: dataTableVar = $('#dataGridTable').dataTable( { "sDom" : 'T<"clear">lfrtip', "sScrollY": "275px", "bScrollCollapse": true, "bPaginate": true,...
View ArticleaoColumns string but need to h
I am new to DataTables. I have a javascript code that has many columns and multiple sorts. I need to have one column that represents status of a record 0 - new; 1 - assinged, 2 - closed etc. We need to...
View ArticleProblema edito
http://debug.datatables.net/aqitas Estoy probando el plugin editor con esta funcion "onSetData": function (json, setData, action) { if ( action === "create" || action === "edit" ) {...
View Articleusing checkboxes to filter
I saw a lot of different forum posts asking about using check boxes to filter a data table. between 3 or 4 posts here and stock overflow, I've figured out one way to do it and wanted to share with the...
View Article