grid/icon view using datatables
Hello, I really like the feature set behind datatables (ajax loading, the pagination abilities, filtering, etc.), but I was hoping to visually display my data differently. Specifically, I wanted to use...
View ArticleImplementing click on row added using fnAddData
The data on the table was loaded using fnAddData. It worked well. Now, I'm trying to use the same example as fnGetData in http://www.datatables.net/api but the event is not firing. The version of...
View ArticlecolResizable compatability
I am trying to get the current version of http://quocity.com/colresizable/ to work with the current version of datatables, has anyone been able to accomplish this? Am I doing something wrong? Thanks
View ArticleProblem with Server Side Processing (PHP / MySQL)
Hello everyone, I started to use server side processing (for PHP/MySQL) but I have a problem. Before I displayed my Datatables like this : <table class="table table-striped" id="liste">...
View ArticleProblem with setting values to aoColumnDefs, "aTargets": and...
Hi everybody, i am very happy to use Datatables because it makes my life much easier until i cant move with the following problem. here is the part of my code. { "aTargets": [0], "sClass":...
View ArticleDataTables 1.10
Hi Allan, I'm currently holding any further developments related to my table since I'm waiting for the API changes, better JQuery support and hopefully and most importantly - a way to keep the Backbone...
View ArticleDataTables Editor Internal Server Error
Hi, I've uploaded the dataTables editor and it runs the page with a AJAX error. MySQL is working fine on the site with PHP. The live page with the error is here...
View ArticleSCRIPT87: Invalid argument. error with FixedColumns and IE7/8
I get the error SCRIPT87: Invalid argument. at FixedColumns.min.js, line 29 character 123 when I use FixedColumns with IE7 and IE8. Looking at the FixedColumns code it occurs at the line...
View ArticleUncaught SyntaxError: Invalid regular expression with fnFilter
Hey Guys, I have run into a small roadblock and unsure how to resolve it. I am getting the following trying to implement a regex global filter Uncaught SyntaxError: Invalid regular expression:...
View ArticleStatic Table then Load from Server
Wondering if this is possible. When my page initially loads, I have a static table on which I apply dataTable. Subsequent to that, user interaction my update, add or delete data to this table -- so I...
View ArticleTabletools v2.1.5.dev on jQuery v1.9.x
Theres a stray call in tabletools to .die() that requires translation into .off() line 680'ish: $('tr', that.s.dt.nTBody).off( 'click.DTTT_Select' ); FYI/feedback on datatables on jQuery 1.9.0 - theres...
View ArticleBug in _fnGetUniqueThs (jquery.dataTables.js 1.9.4). Column with wrong Th
_fnGetUniqueThs (jquery.dataTables.js 1.9.4) does not retrieve a list of only TH elements, but returns the elements of the lastest row (even if the last row is of td's elements). line 1868 change: from...
View Articlejavascript error when using aoColumns
I'm using datatables with bootstrap and when I try to add any settings through aoColumns I receive the error in Chrome "Uncaught TypeError: Object [object Object] has no method 'charCodeAt'". This only...
View ArticlePopulating a DataTable
I am trying to populate a datatable from my database with php/mysql. All is well it works but it is really slow. If I limit the rows in the query it is great. I don't have much knowledge of javascript,...
View ArticleProblems using aoColumns dynamically with defined column array
Hello everyone! The idea is that I want to use autodetectable sorting on my datatables which work good, but in cases where I have textboxes, checkbox or other, I use sSortDataType, and it seems to work...
View ArticleGetting filtered rows when using scroller plugin
Hi all, I am trying to get the FULL filtered result set from data tables but am unable to find a good way to do this. I saw many other questions asking how to do something similar and the common answer...
View ArticleaoColumns works aoColumnsDefs doesn't, can't understand why
Since now i just used aoColumns to bind the colums from the records i extract from a db to the colums in the table. I tried to switch to aoColumnDefs and it's making me literally going crazy because i...
View ArticlePassing label & value to update method for a field
In the documentation for the update method you have the example: editor.add( { "type": "select", "label": "Title:", "name": "title", "ipOpts": [ { "label": "Mr", "value": "Mr" }, { "label": "Ms",...
View ArticleCould not resolve individual column filtering
I'm fairly new to datatables, so I'm sorry if this is too basic. I'm trying to add column based filtering as specified in http://www.datatables.net/release-datatables/examples/api/multi_filter.html I...
View ArticleIs it possible to change the ajaxUrl for an existing editor
Is there an official API method to dynamically change the ajaxUrl setting of an existing editor object? From the object inspector in chrome, It looks like I could write: myEditor.s.ajaxUrl.create =...
View Article