Limit the text in column
Hello my name is Rudy and this is my first post. I need to strip the text into the column with a maximum number of letters up to 350. I have read that about mRender function but I am a bit stuck about...
View ArticleProblem with details.
Hi! I'm creating Invoices script in php + mysql (on Gnu license). I have a problem with displaying details of invoice in "detail row". I wrote this code but it don't want to work. Is there any bugs in...
View Articleredraw selected row
Hi, How can I redraw single row? Not full table. I can use fnUpdate, but need to call fnRowCallback.
View Articlenot sortable with images inside
hi guys... in some fields i have an image for my status. the problem is that i can't sort a column when there are only images inside.. is it possible to realize that? here is the demo:...
View Articleserver-side
Hi i've searched in the forum for examples on using server side data do fill a table with jquery/php/mysql/ajax, and i found several different ways of doing it, as well as adding extra columns, i.e. an...
View Articletabindex and sorting
I'm creating a table with form input elements in every table cell for editing data on a large scale. The requirement I have is the tabindex goes up and down, not left and right. I can easily set this...
View ArticleCreate new columns dynamically through server application
I need to create a table with columns and headers dynamic.The table has 324 columns, but can drop to 30. My doubt is: How to return these headers and columns dynamically from the application server? If...
View ArticleWhat is the maximum number of characters for each cell in Datatable?
Hi, i am trying to get the Datatable with more than 600 characters for each cell. but no success. can any one confirm that is there any character limit for each cell in Datatable?
View ArticleUsing DataTables live
Can I get an explanation of how to use DataTables live. I am using Rails and my web page crashes with the common 'aData' is undefined. Specifically how do I assemble the javascript components, the...
View ArticleFixed columns disappear when scrolling down to the bottom of the rows
Hello, I am trying to accomodate the DataTablesn and the FixedColumns plugins. Ignoring the fact that it is quite slow even on my i7/8GB MBP, everything seems to work, except of one issue: When I...
View ArticleCheck for duplicates
Hi Allan, In your API, how would I check for the existence of a duplicate value (e.g. each patient should have a unique email address), and report an error back to editor? Thanks, Nathan
View Articlecache on browser
I use "sAjaxSource": "data/run_plan.txt" in my code , this file is about 34Mb, I do refresh every 10sec, the problem is that the browser load this file and store it in cache, so after a short time my...
View ArticleTableTools date range
Hi all, I use TableTools, with download function and it's work. When I use filters, it's good but I don't know why, when I use a date range filter, in my export, I don't have this filter. However, the...
View ArticleSize table
Hello, I want to make a table but the boxes change when I change pages. I tried to use FixedColumns but it is not pretty . I would like scrolbars are in boxes or there's too many characters there and...
View ArticleAuto Refresh Table on database update.
Hi, i`m using this example : <?php $con = mysql_connect("localhost", "root", ""); if (!$con) { die("Error: " . mysql_error()); } mysql_select_db("sample", $con); $result = mysql_query("SELECT * FROM...
View ArticleUsing datatables with excel + read/write option in IE
Ok guys, I really need your help on this one. It is a project that I have put nearly 2-3 months of time into, and I just want to get it completed and so I hope someone can understand my problem and...
View ArticleDatatables Column list rendering behind the jQuery Modal Dialog
Hi, I have a jQuery modal dialog in which I am rendering a datatable. I am required to use the ColVis plugin in order to dynamically show or hide columns of this datatble. The problem is that when I...
View ArticleDatatable rides up over top of page header
I have DataTables working well except for one thing. My pages have a header bar with the site title and nav links. The header bar (#top) is fixed position so that vertically scrolling page content...
View ArticleChange <tr> color
Hi, i`m using ajax to display the data of my table, if i load the data like: <th>id</th> <th>Customer Number</th> <th>WCODE</th> </tr> </thead>...
View ArticleDataTables row grouping example with fixed Column
Hi, I have an error when I try to use row grouping (available here : http://www.datatables.net/release-datatables/examples/advanced_init/row_grouping.html) and FixedColumns plugin. I have the following...
View Article