fnUpdate in 1.9.4: consistency issue when adding objects
I see a consistency problem with fnUpdate regarding using an object to update the entire row. The code is specifically checking for a 'plain' object, created anonymously, or with new Object. The...
View ArticlemDataProp issue referencing variable within array
Hi, I am having two issues with using mDataProp to reference a variable inside an array: 1) Here is a live example that kind of works but field 2 displays wrong:...
View ArticleDynamic reload of datatable causes TableTools troubles
I posted this question as a comment in this thread -> http://datatables.net/forums/discussion/comment/40977 but noone answered so I am trying again. http://live.datatables.net/arucaq/21 displays the...
View ArticleSorting in table columns
Is it possible in datatables to have two sort icons and clicking one will do the ascending order sort and other descending order sort ??
View ArticleIE8 - sFileName removing file extention (pdf, excel, csv) - TableTools
Hi, I noticed in IE8 the file extension for TableTools is getting removed. Simple way to test is go to the examples http://datatables.net/release-datatables/extras/TableTools/index.html and try to...
View ArticleHighligt new row
Hi Allan, I want to highlight the newly added row. The code below does not work; and manually selecting the row (e.g. $('#tr_14).addClass('succes'); doesn't work either. Do you have a suggestion?...
View ArticleDatatable with context menu
I am trying to use datatable in conjunction with the context menu from: http://www.javascripttoolbox.com/libsource.php/contextmenu/source/jquery.contextmenu.js So far it "works" , but there is a small...
View ArticleFiltering a column
Hi, A.I want to filter column where rows doesn't contain any values(i.e blank), and rows contain some value(i.e values might be anything if rows contain value it should not get filter, if rows doesn't...
View ArticleAdding "hide column" image in each column header
Hi I've read the docs on dynamically hiding/showing columns but there are 2 things it doesn't cover: 1. What is the recommending approach for customising column headers so that I can exclude an 'X'...
View ArticleComplex header colspan
I use the following code for table header: <thead> <tr> <th width="101" rowspan="2"><strong>ID</strong></th> <th width="80" rowspan="2"><strong>Data...
View ArticleORDER
Hi, How do I order the search results (in this case: EquipmentName ASC)? $editor = Editor::inst( $db, 'tblExerciseEquipment' ) ->fields( Field::inst( 'EquipmentName' )->validator(...
View ArticleSQL / Scoped query
Hi, 1) How would you formulate: SELECT UNameF,UCustomerName FROM tblUsers,tblCustomers WHERE tblUsers.ID = SESSSION[ID} AND tblCustomers.f_UserID = tblUsers.UserID (the goal is to select all the...
View ArticleWindows?
Do I need to change anything for DataTables if I use it on Windows XP .. Currently nothing appearing I've gone over the tutorial number of times! Thanks
View ArticleColumn headers alignment with X scrolling
See http://fleming-group.com/Hidden/New/Test.htm and debug code ehetuv. I'm trying to get the headers lined up with the columns; the misalignment is small but not acceptable in Firefox and Opera, and...
View ArticlePass dynamic html table definition to DataTables
I am just beginning the use of the DataTables API, and I have a situation that I need assistance with. I am retrieving a JSON from the server in a specific format similar to the following: {data 0: 6...
View ArticleProblem using scientific sort plugin
I'm having problems using the scientific sorting plugin. I'm using DataTables 1.9.0. My table uses an Ajax datasource, and the column is defined using mDataProp: { "mDataProp" "pValue", "sType" :...
View ArticlesRowEmpty documentation incorrect - class applied to TD, not TR
The documentation for the sRowEmpty property here: http://datatables.net/styling/custom_classes Says that the class will be applied to the TR. It appears to be applied to the TD instead. I think it...
View ArticleSQL inner join three tables
Hi, I have three tables I need to join. My db is normalized and I don't want to store redundant data. Here is my query in normal SQL SELECT * FROM tblA,tblB,tblC WHERE tblA.f_ID = tblB.ID AND tblB.f_ID...
View ArticleTrouble optimizing Datatables with DT_bootstrap.js or any datatables plugin
I was curious if anyone else has run into a similar situation. I'm currently implementing an application that's making use of jquery.dataTables.js, DT_bootstrap.js, and dataTables.fnReloadAjax....
View Article