fnStateSave/Load to server-side database
Is there any example of this? What do I put in the url parameter to have it store to a mysql database? Would using TableTools have any impact on this?
View ArticleHow to fix!
Hi...i'm new in dataTables, and now i want to using it. i was trying "Get Started" dataTables used, in some example... in my case, how to add data into the table if the structure like this: <table...
View ArticleHow to dynamically change the header according to the new Schema
Hi, I have multiple type of entities(objects) , each has its own data structure i.e column definitions are different. I want single datatable to work (display and search) for all entities based on...
View Articledynamically add space to table
hey Allan, I wonder if it is possible to make the table wider and wider as long as it needs. plus, i need to column's titles to align from the left. for example, im adding columns dynamically and i...
View ArticleProblem with JOIN
Hello, I'm having a problem with Joining tables. I'm always having errors in the browser although my queries are correct. I can't show my result in the grid. Can anyone help me please?
View ArticleDataTables with large DataSet using with asp.net
Hi, I am new to jquery DataTables. In my new project we have decided to use DataTables for showing grids. My application is in asp.net + C#. I have created a small sample project using DataTables in...
View ArticleSet background color based on value in other cell
Hi, I really love this DataTables, Please help me. How to set background color based on value of other cell? "aoColumnDefs": [ { "aTargets":[2], "fnCreatedCell": function(nTd, sData, oData, iRow, iCol)...
View ArticleaoColumns is not working
Instead of passing the value like {'bSortable': false},null,null,null,null,null,null,null,null,null,null,null,null,null,{'bSortable': false} in aoColumns can I pass a string which is also containing...
View Articleapplying ui theme
Hi, all! I'm newbie in css & js. I'm trying use dataTable, but can't apply jquery ui theme successfuly. <style type="text/css"> @import "media/css/demo_page.css"; @import...
View ArticleHow to get the entire row of all checkbox checked?
I'm using datatables with one column (first one) which includes checkboxes. I need to get all the rows that users checked the checkboxes. Here is my code Datatable initialisation: /* Init the table */...
View ArticleDataTables generated table changes header and footer background color when...
Hi, I have a table created using DataTables. I created a modal popup that changes form background when it pops up. But, accidentally the background color of the header and footer of the table also...
View ArticleCHARSET UTF-8
Charset UTF-8 with word: São and others have problem :( how to change charset to UTF-8, using utf8_general_ci in mysql?
View ArticleColumn headers shrinking when using scrolling with jquery tabs.
$(document).ready(function() { $("#tabs").tabs( { "show": function(event, ui) { var table = $.fn.dataTable.fnTables(true); if ( table.length > 0 ) { $(table).dataTable().fnAdjustColumnSizing(); } }...
View ArticleCSS been not applied
Hello Everyone, I started using Datatables and have seriously liked it from the core of my heart, sincere thanks to allan who has thought very much before developing it. I have used it in one of my...
View ArticleAdding New Column not Working
I am a newbie to Web Programming so basically i only know HTML/CSS just learning JS. When i add a new column then i loose all the formatting. So it comes with 5 columns, how do we add more?...
View ArticleExcept Print no other option is working when I run web application is HTTPS mode
Allan, First of all I would like to say "Thanks a Ton" for this great tool! I am being able to use all the features when I access application on webserver with http protocol. But when I access the same...
View ArticleDataTable is not displaying correct column width when I have more columns
Hi , Please help me to fix my issue. I have a Data Table with more columns , The thing is that I need to dynamically visible columns based on that condition. When I have more columns (>50) the table...
View Articlesome columns are not wide enough
have a datatable which is generated following a json response and it works well. However, a couple of columns (e.g 2 out of 50 columns) are not wide enough and they cause that column to be unreadable....
View ArticleTable with thousands of columns
Hi. First I would like to thank you for creating such a great plugin. It's really awesome. I have a problem with creating a table with thousands of column. The table have, let's say, 6000 columns and...
View Article