Spelling mistake in docs.
Allan: your "beautiful tables" example (http://www.datatables.net//blog/Creating_beautiful_and_functional_tables_with_DataTables) has this spelling mistake: Data from the Scottish Gorvenment
View ArticleFilter + Onscreen keyboard = getting stucked. Please help
Hi guys, I tried to use this on-screen keyboard (http://code.technolatte.net/TouchScreenKeyboard/Demo.htm) with the individual column filter (http://datatables.net/examples/api/multi_filter.html). It...
View Articlebootsrtap intervene with datatable css
#using datatables only <div class="dataTables_scroll"> <div class="dataTables_scrollHead" style="overflow: hidden; position: relative; border: 0px none; width: 100%;"> <div...
View ArticleFixed rows
Is there anyway that shows a fixed number of rows on each page after a number is clicked so the height of the table can stay the same? It is possible to load the data into the empty rows only after the...
View ArticleAdding id and for attribute to filter box and length dropdown elements of...
Hi, I am a big fan of data table. Thanks for the awesome plugin. DataTable plugin plays major role in my product. Now one of my client needs 508 compliance on these tables. The filter box and the...
View ArticleHow to derive Data Tables values from Database?
Hi All, I am new to data tables. I am using jsp pages to view the data's derived from the database to view in the browser. In this I am using the <display:tag> for showing the data and...
View ArticleIssue With Pagination
I have a datatable in which I am assigning the values by iterating a list which contains my table data. The last column (Actions) of my table contains 2 icons i.e Open & Delete for which the markup...
View ArticleGet Column Title from Column and Column Order Index
We have an existing server side table that we are converting to DataTables. The table currently has its own state saving mechanism that ties in to the user login profile. For this reason I was trying...
View ArticleColReorder and bSort set to false
It seems that setting bSort to false in the config prevents ColReorder from working (or initialising), but I can't see any reference to bSort in ColReorder. Is it possible to use ColReorder but prevent...
View ArticleWhat determines row color in jquery datatable styles?
In jquery datatable styles (here smoothness) it shows the rows with a different colors. It this example it is the value in the last column that determines the color of the row. But where is it...
View ArticleJSON problem
Hello! I just created a "Generator" (http://editor.datatables.net/generator/) download package. Then I changed the mySQL database info in /php/lib/config.php, created the DB and uploaded all to my...
View ArticleBasic usage of table - Table is created on the fly
I am using this plugin for the first time. I am developing an application using web2py framework of python. This application has a view(.html) file. I am creating a dynamic table in it by using python...
View ArticleInfinite Scrolling adds infinite data to the table on table resize/redraw
Hi, While writing this text and creating a test case on live.datatables.net I found the solution for my problem... Anyhow I want to share my solution here to help others with similar problems. This is...
View ArticleI need buil one system for insert into database
I need buil one system for insert into database and I am using datatables. It is master/detail system. I want send data from my datatable for my server in php. I don't speak english very well but I...
View ArticleLosing Pager styles after first click.
I have the jQuery plugin working pretty good on my table with pretty much the defaults. var oTable = $("#tblResults").dataTable({ "sPaginationType": "full_numbers", "bJQueryUI": true }); The pager was...
View ArticleHow to totally disable ARIA
Is there a feature enablement / disablement to turn off ARIA completely in datatables? What would the JS look like? Thanks.
View ArticleMultiple data tables override global filtering
Sorry, can't provide a link or a fiddle. Just wanted to point out what appears to be a design flaw with datatables "afnFiltering" extension. We have an application which implements two datatables. They...
View ArticleJquery DataTables Editable example for Cold Fusion server-side page
I am new to DataTables Editable and have it set up to the point of actually updating the record in the database. There are examples for PHP but none for Cold Fusion. For some reason, it loads the page...
View ArticleIsssue in PDF Export
Hi All, First I thank for proving such a usefull tool. I have DataTable with 5 Columns, and i am facing below issues Issue #1: How to change the font-size while exporting to PDF. Issue #2: I have an...
View ArticleCan the Scroller be turned off and on dynamically?
Hi, I've recently integrated the scroller extra and it is working great when we have fewer than, say, 2000 items. But, our server side processing is limited to loading items in sequential batches. For...
View Article