Disabling autoincrement in AutoFill extra
1. In *.js file find this pattern - "return a.sStr.replace(e,b+a.sPostFix)" 2. Replace with this one - "return a.sStr.replace(e,a.iStart)" It will disable autoincrmenet permanently. In case you are...
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 Article[urgent] Support request for date range filtering
Hello, We previously worked out this solution. However I noticed you have added quite a bit of functionality to the latest release. Is there a better implementation than what is here:...
View ArticleProblem with "type": "date", it does not work
I have tried to insert a date field, but when I inserted the code below, the table collapses, but when I change the type to text it works fine. Do you know why it isn't accepting the type "date"? Code...
View ArticleChanging ReadOnly field value dynamically
How it's possible to make a ReadOnly field value be the result of other two fields? Like A- Field #1 B - Field #2 C - Field#3 -< ReadOnly C value = A multiplied by B
View ArticleHow to find the attribute at col in <th>?
Hi, I have the following Table setup and am using DataTable/Jeditable to display up the value. I am having issue finding the value of the attribute 'col' in the <th> element. My current script is...
View ArticleInit datatables on nested tables with fnIsOpen
Hey Alan, I find that when I put a second init of datatables for the nested table container I don't see the datatables script applied to the nested tables. Is this due to the fact that the nested...
View ArticleDoes Editor has support to the latest Bootstrap build?
I have tried to add the button "Save" to my Editor DataTable, but the table collapses when I try to do that. Here's the "Save" button:...
View ArticleHow to catch response of server-side processing if error occurs?
Hi there, imagine the following: a user is logged in to a web application and views a table using DataTables server-side processing to fetch data. Now the user opens a second instance and logs out of...
View Articleserver side use, nothing append on filter/search/order/next-prev, etc...
Hi, I have a problem on server side use. The data are well loaded on content's display, but after, when i'm using input filters, search, etc... It's like ther is no server side call again. On firebug,...
View ArticleOverwrite private function
Hi to everybody, I start to use this week datatables. I found really useful tool for paginating different type of data. Fantastic! But for make more consistency I try to make a "plugin" for integrate...
View ArticleHow to grab Datatables data from a Google Spreadsheet
Hi there. I banged my head against a wall for a day or two, but I figured out how to dynamically get data into a Datatables object from a google doc, and I figured I would share this info with you all...
View Articledisable pagination on a custom table
Hi I have a table with a 2nd column with date format (dd/mm/yyyy hh:mm:ss am/pm).I only want to allow sorting by date on the table.Everything is working as expected.I would like to disable pagination...
View ArticleStriping Issue
I'm currently having an issue where the striping on the table gets messed up. The stripes don't alternate. If you look at the html on the table, it ends up looking like this: <tr class="even...
View ArticleCan I update a hidden column
Hi, Great work on datatables - thanks. I have a datatable which has some input fields in it. To allow filtering and searching I put the value from inside the input into a hidden column and use this for...
View Articleusing java with datatables
I am looking to use yoplet, found here http://code.google.com/p/yoplet/ , in conjuction with tablesorter so that I can read/write/modify an excel file within the datatable. I am also open to other ideas
View ArticlefnUpdate with serverside processing
Allan, I have a realtime ui requirement where a data table will need server-side scroller implementation. However once the data on screen are painted, some columns need to change at a given frequency -...
View ArticleReadOnly cannot receive any value
The following code works properly when I use a "text" type field as a target of the "editor.set" function, but when I change it to a "ReadOnly" field, it does nothing, even the alert box does not shows...
View ArticlePagination and AJAX
Hi, I'm using datatables and I don't if it's possible to load only some row from database and have pagination from all of them. The ideia is to load and show, for example, 5 rows and when we click on...
View ArticleHow can I recieve custom vars from server?
Like the example where we can send custom vars to the server, how can I receive some additional json vars sent by server? I need to change the datatables rendering based on some serverside settings,...
View Article