mDataProp on Server-side with Oracle
I'm using the default server-side script for oracle but am having trouble getting mDataProp to work with it... I'm new to oracle so I'm not quite sure I've added all of the necessary mDataProp...
View ArticleFiltering Array of Objects by attribute and not by array Index
I want to create a date range filter that can be applied to a number of datatables. The problem I am having is even though I am passing in my aaData value as an array of objects by the time I get to...
View ArticleExport CSV with check box
Hello, I'm attempting to export a table from an MVC3 app that contains a column with a check box control to indicate a boolean value. The column is blank in the exported file. Does the DataTables tool...
View ArticleLoading datatable content with ajax
Hello, I know that this is an issue that is so worn, but I wasted 5 days looking for information on the Internet and on this forum, and nothing has clarified. I'll show you my situation: I have a table...
View ArticleHow to change default value of iSortCol_0
First of all, thanks for this great API ! I have a table that contains 6 columns and i want to sort the 3th column by default (i mean by default the first visit of a user). Is there a way to set the...
View ArticleDataTables warning (table id = 'My Table'): Requested unknown...
I know this is a pretty common error, that is generally an issue with the column count. I do have the column column correct, and my javascript array appears to be good. I am stumped. I used the...
View ArticleDefault number of rows to display.
I enabled scrolling and disabled pagination (as is done here: http://www.datatables.net/examples/basic_init/scroll_y.html) and was wondering if there was a way to change the default number of rows to...
View ArticleReplacing table column with images
In the database I'm reading from, I have a "status" column. Essentially it is storing a, open and closed option for a row. I have an image I want to use for the open status and for the closed status....
View Articleallow CORS on server side examples
When playing around with the server side examples locally, it would be very convenient if the service side data service examples support CORS. It looks like it may simply be a one line change to...
View ArticleCreating beautiful and functional tables with DataTables
Hello all, In this latest blog post, I'm skipping over the API and options that DataTables presents, and focusing on how tables can be styled to make the attractive, and fit smoothly into your own...
View ArticleFixedColumns not working with Bootstrap.css
I'm not sure if I should post it here or if there's another place for FixedColumns plugin but this particular example does not work with Bootstrap 2.0's css...
View ArticleAdding parameters to a URL to "pre-filter"
Sorry I am going to use the wrong lingo I'm sure, but what I'm trying to do is create links that have parameters in the URL that will take me to my table and have the search field already filled in...
View ArticleSearching through multiple datatables
I have around 5 datatables displayed on screen (displayed on different tabs). In the first datatable (or any of them for that matter), if I enter a search term to filter the data, I would like for this...
View ArticleUsing Themeroller themes
Hi, I just installed the DataTables module in Drupal and added datatables 1.9 4 in the library folder. The module works like a charm. DT is a great tool and from now on it's part of my standard...
View ArticleCheck for duplicates
Hi Allan, In your API, how would I check for the existence of a duplicate value (e.g. each patient should have a unique email address), and report an error back to editor? Thanks, Nathan
View ArticleaoColumns When number of columns vary
I have a page which will have a different number of columns, depending on the access rights of the user. There will either be 6 or 4 columns in the table. If there are 6, then this initialisation works...
View ArticlePrevent word wrapping, is it possible?
Is it possible to setup DataTables to behave similar to a table in most OSes, where the cell's data will not have word wrapping?
View ArticleRe-rendering table from pre-existing column info
Hello, I am working on adding columns to a table (reloading the table with updated data) and I have it working with the original aoColumns array but instead I would like to pull the table's existing...
View ArticleAfter deleting row from datatable, the datatable cannot update
When i delete the row from datatable, the data rows are not refresh (still exist the deleted one). but the row had been deleted in mysql database. first of all this is my jscript import <script...
View Articlecustom sorting column
Hi all, I've a ajaxsource datatable, in one column I've this format [letter]-[incrementalNumber]-[YY] (year) I wish actual year in first row ... how can I do ? (eg. V-0144-13; X-0145-13; X-0146-13;...
View Article