strange line - offset in my table
Hi everybody, I have a problem with my table, when i have a lot of lines there is some "strange" appears like this : http://img15.hostingpics.net/pics/825894Sanstitre2.png The source code is ok. (is...
View ArticleUse a default sort at load with checkbox
Hi, I try to make a default sort with checkbox, but i don't success to do it. In my config i use this : cheked true, but it's not ok. .columnFilter({ aoColumns:[ { type: "checkbox", values:...
View ArticleCan't reorder columns and other problems
Hi. I have a table in http://www.cebra.com.uy/prestadores/ It has a lot of columns (80) but I couldn't make it to order data. I'm prepared to ask for paid support if necessary. Please help. Thanks!
View ArticlecolumnFilter on multiple tables
Hey, So my problem is that i have 2 arrays and I want to use columnFilter on each one but it seems that th filtering happen only on 1 of them. This is the code I use for initialization : <script...
View ArticleHaving trouble with Jeditable warning. Appreciate your help.
Hi All, I am using dataTable with Jeditable functionality. When I edit table cell, I am trying to retrieve the old value and new value as well. But, I am getting a warning:- DataTables warning (table...
View ArticleDynamic Column plus IF statement
I have a datatable which works perfectly. I am trying it add in an IF statement without any luck. Part of my current code is this: function search(field,searchTxt) { db.transaction(function (tx) { try{...
View ArticleGet the row data after fnDraw() on bServerside: true
Hi all, I have an event for each row. When i click on a row i burn an event and i want to get the updated data from that row if the data exists. $('#example').on('click', 'tr', function (e) {...
View ArticleUsing JEditable with formatted column definitions
Is it possible to re-apply the "aoColumnDefs" on a table after it has been edited using JEditable? For example, a user edits a column that is formatted and displayed as currency (but has a data value...
View ArticleHaving trouble with Jeditable warning. Please help.
Hi All, I am using dataTable with Jeditable functionality. When I edit table cell, I am trying to retrieve the old value and new value as well. But, I am getting a warning:- DataTables warning (table...
View Articlenew/edit/delete editor not working:
Hi there, I am using editor1.2.2, I have incorporated editor to datatables.1.9.4, all seems ok. when I click new, the modal portal to insert pops out, when I fill the form, press create, nothing...
View ArticleEditor test - JSON error
Hello! Just bought the editor, and tried your web interface to quickly genereate a test table and sql database, however after installing I keep getting JSON errors. http://rafteseth.com/todo/test.html...
View ArticleCloseing a non-visible row
Okay, so I have a table with a click event on the rows to open them, as per one of the examples (but on the tr, not an image within). I also close any others that are already open. Now my problem comes...
View ArticleEditor adds hidden fields to datatable after new entry submission
Hi, When I submit a new entry using Editor, it attempts to cram all of the columns into the DataTable. I'm only displaying 4 or 5 columns of data, and the rest are all hidden. When I refresh the page...
View ArticleIs it possible to load data in 2 steps in jquery datatable?
Hi all I use a jquery datatable with a sAjaxSource and want to load data in col 1, col 2, col 3, col 4 in first way because in my datasource I have a json from a sql query with an execution time around...
View Articlejquery 1.9 support
Hi All, Is jquery 1.9 supported in the latest version of version of DataTables? Cheers, Andrew
View ArticleREST-Interface does not send PUT/DELETE but OPTIONS
Hi there, I have the following code which should trigger different http methods for each action: editor = new $.fn.dataTable.Editor( { "ajaxUrl": { "create": "POST...
View Article_fnVisibleToCOlumnIndex Truthiness bug.
calling _fnVisibleToColumnIndex("10") does not produce a position from iPos, because $.inArray() has a truthiness issue where "10" != 10. Suggest throwing in a parseInt if you're expecting an integer?...
View Articlecustom searchfield
Hello, How is it possible to customize searchfilter so that it filters on any string/word in the search-field. So that the search matches all words. for example: searchstring = "York Washington" should...
View ArticleColumn width not align with with header
Hi, After I applied FixedHeader on my table, I found the content width is not align with header width. The description of my header are very long and colspan is used. I am not sure it has something to...
View ArticleReplacing DT input filtering but keep the element in sDom
Greetings. Is it possible to replace the default filtering process but keep the original sDom filtering element? I don't want to build a copy of the element but I do want to replace the default...
View Article