DataTables_sort_wrapper being added to columns with bSortable = false;
First of all thanks for making this wonderful tool available! While working with jQuery Themed table, I noticed that even when specifying bSortable = false in the column, DataTables_sort_wrapper is...
View ArticleServerside code using join tables
Hi, I made an enhancement that makes it possible to use join tables. It works great, including sorting, searching and filtering. The join can be defined in variable $sJoins and there is some code to...
View ArticleColVis select next to search?
Pretty basic, im just somewhat new to DataTables. I just set this up on one of my datatables instances: http://datatables.net/release-datatables/extras/ColVis/ The problem is, the ColVis select box is...
View ArticleNicer create button
Hi, How can I style the title of the modal, and the create button (it should say "Save" and be styled with specific bootstrap classes)? Thanks, Nathan CURRENT CODE "oTableTools": { //"sRowSelect":...
View ArticlegetScript conditional loading
Hi, I have several Datatables instances on one page (different tabs), and I only want to load the active tab to reduce server load. When using getScript to load my scripts conditionally, the data is...
View ArticleSELECT filter with JSON data
Hi, The functionality of http://datatables.net/release-datatables/examples/api/multi_filter_select.html is very nice, but doesn't work with externally loaded data, it seems. Do you have a suggestion as...
View ArticleDynamic text (read-only)
In the Editor input form, I want to have a read-only field (ideally, no input, but only text) which is displayed conditionally, based on an integer value (this integer is provided by the joined table)....
View ArticleA very sad realization
I need a table where the left column is fixed. So I use the FixedColumns plugin. The problem with the FixedColumn plugin is that all your other rows must remain on a single line otherwise you have...
View ArticleInclude PHP $_SESSION var on INSERT, UPDATE & DELETE
I'm using Editor, and trying to find a way to make database actions include a PHP $_SESSION variable for the currently logged in user. I am using the PHP libraries provided with Editor. This is a...
View ArticleDataTables & Custom Client Side API to access data
I'm trying to use DataTables server-side processing piece but I'm having trouble wiring it up. FYI, the custom API that I'm using is SharePoint 2010 client-side object model (ecmascript). SharePoint...
View ArticleAdd additional information
Hi, When CREATING a new record, I would like to add information to more fields than are shown in the editor form (e.g. generate a user password). This has to be done server-side (so not through a...
View ArticleColumnFilterWidgets Plug-in
Hi all, I have an open source plugin to share: https://github.com/cyberhobo/ColumnFilterWidgets I'm a little intimated by the prospect of keeping it up to date with the amazing DataTables library, but...
View ArticleUse fnGetData w/Ajax data source
The example in the documentation to get TR data when clicked works perfectly using DOM data source, but fails to get row data when using Ajax data source. Should oTable.$('tr').click function be inside...
View ArticleWorking with DataTables and Struts2 Jquery Plugin
Hi, I currently facing a problem of comptatibility (or something other) working both with Datatables and the Struts2 Jquery Plugin. The only initialization of the struts2 jquery plugin (ie....
View ArticleObject has no method 'dataTable'
I cannot seem to avoid the "object has no method 'dataTable' even though I have confirmed: * jQuery is loaded before datatables * jQuery is only loaded one time The following is the HTML: <!DOCTYPE...
View ArticleSome help please with Ajax source
Currently I am building an html table and applying .dataTable() to the DOM table element. This is great, and easy. I would like to follow the example on this page...
View Articlecalculate fields in Create/Update screen
Hello, I'm looking for a way to populate a readonly third field based on the changes on any of field one or two when user is either Creating or Updating a record. The third field wil include some...
View ArticleProblem with ColReorderWithResize plugin + sScrollx
First of all, sorry for my english. I have in my application the ColReorderWithResize plugin and I want to have an horizontal scroll. Then I write sScrollx: 100% in the datatable configuration. When I...
View ArticleJson Formatting error
i have two tables to be displayed in my page. i render data using json. for one table i hard code data and for the other i pass through function. both are in same format but i get the formatting error
View ArticleCustomising the Horizontal Scroll Bar.
Firstly ...Great Site...absolutely brilliant. 1) I want to Customize the Horizontal Scroll Bar that usually appears when the no of columns is outta range. For...
View Article