Change layout of the DataTables
I'm looking for a way to change the position of the search, navigation and shown items per page elements. I was just looking in the source code, but I couldn't find where or how to do this. Is this an...
View ArticleExample join.html doesn't work with large database
I purchased Editor this week-end and was happy with it until I try to manage large database with joined tables... In order to illustrate the troubles I discovered, I populate tables users, users_dept...
View ArticleHaving fixed headers and also moving the filters to the top row below the...
Hi, I am trying to use the FixedHeaders plug-in. I am also using filters for columns. I have a requirement that the filters be moved to the top row below the headers and only displayed one at a time at...
View ArticleApplying data table to dynamic table
Dear all I am trying to applying datatable to dynamic table i.e,, the table is populated with rows when i click a button. The Scroll and fixed header is coming properly but.But when i click on headers...
View ArticleProblems with ScrollX and ScrollY
Hi Guys, First of all, wanted to say that we use DataTables on our online system and we love it! Second, there a page that we use datatables with jeditable, scrollx and scrolly. The problem is when we...
View ArticleTrying to sort column with hebrew strings
hi. i have a problem that i cant resolve and I've been trying for quite a while now (sorry about my English. its not my mother-tongue) so here's the thing i'm trying to add a new sort function to oSort...
View ArticlebStateSave not sending cookie.
Hi everyone. I'm having a problem with the bStateSave property in DataTables 1.9. The attribute is enable (true) but when i filter some data and go to another page, when i return the filter isn't there...
View ArticleIgnited Datatables + Codeigniter - How to specify database
How can i specify which database to use using Ignited datatables library and codeigniter below is my code: site.php - controller <?php if ( ! defined('BASEPATH')) exit('No direct script access...
View ArticleColVis - Put Max Limit on Columns to Display
Has anyone used ColVis and limited the number of columns that can be displayed at once? I'm struggling to get this to work and it doesn't appear that it should be difficult. The reason is that once...
View ArticleAdding an aaData for default data src and a function based mDataProp gives a...
Hi all, I have a table wich is filled from a deeply nested object. I take the object's array field and pass to a function that will create the DataTable if it does'nt exist, then call fnAddData to add...
View ArticleAre there any good tutorials for how to use DataTables and jeditable in MVC?
I'm new to using DataTables and jeditable and I'm having some troubles figuring out how to integrate them into my MVC project. Can anyone point me in the direction of some good tutorials on using them...
View ArticleCorrect way to store the resulting table after filtering.
Hello, How can i save the table after the filtering is done. Am using a set of multiple select list as filters. When user filter, the resulting table can be saved so that he can view it later , without...
View ArticlebSortable problem
hi, if i set bSortable: false in first column , all others columns not sortable. if i set bsortable any other column words fine. in first column mouse click is disabled, in others click is enable but...
View ArticleDatatables row grouping - how to expand to show search matches
I am using Datatables Collapsible/Expandable Grouping. I have configured it so that all groups collapsed in the initial view. I don't know how to expand the view when I input search keyword. Thanks!
View ArticleProcessing Indicator doesn't show up
Hello, I'm using DataTables 1.9.1, with the Themeroller (headers and footers). I have bProcessing set to true, and have a string for sProcessing, but don't see the Processing indicator show up. Not...
View ArticleUsing Same mData Multiple Times with fnRender
Version: DataTables 1.9.4 I want to use same "oObj.aData.id_company" in multiple columns but it can't render it. It's all OK if I use it only one time as in second code block below: var col_def = [ {...
View ArticleNew Record Button - No Datatables
Hello, In order to satisfy an interface requirement, I would need to set up a "Create New Record" form without showing the table content. What I need is just an empty page with a single button "Create...
View ArticleSuggestions for Editor field: File
So, I'd like to design an editor interface that asks for typical demographics for a user, and also asks them to upload a profile image. To do this, I'd need to represent the traditional input...
View Article$.browser removed from latest jQuery stable causing issues with DataTables
All references to $.browser need to be replaced with whatever $.support equivalent makes sense in each situation to enabled DataTables to function correctly with the current jQuery stable (v1.9)....
View ArticleWarning level control - with suggestion
If I may suggest the following code to _fnLog, to add a more flexible control of warnings and debugging: function _fnLog( oSettings, iLevel, sMesg ) { var sAlert = (oSettings===null) ? "DataTables...
View Article