Horizontal Scrollbars at top & bottom?
For a larger table (25 rows) which overflows then it would be better to have a horizontal scrollbar at the top & bottom of the table. There is a jQuery plugin to do this...
View ArticleHow to export multiline cell in Excel ?
Hello, I made a table enhanced with datatables, in order to have multiple lines within a cell, I insert some <br/> Everything renders fine in the browser. Now, I need to export this table on...
View ArticleServer-side Processing and Data
I have a database that has 3 columns that I want to pull data from using SSP. First column has the form_id, second column has the field_id with values (let's say 1 through 5), and the third column has...
View ArticlePHP with MSSQL
I have a database in SQL Server , and I'm trying to populate a datatable with it. I'm using the code from here: http://www.datatables.net/development/server-side/php_mssql_odbc However I get this error...
View ArticleThe function fnFilter does not filter any line
Hello folks, I encoutered an issue using the datatables 1.9.4. When using the function fnFilter with the arguments "span" (or "spa" or "sp"), then no element is filtered. I guess that this is a side...
View ArticleIE does not handle a submit button when using imbricated tables
Hi, I would like to use DataTables to display a list of records (small table). On each row i would like to place a few buttons to submit different forms (for different actions)... i use a second table...
View ArticleTableTools button for "Show Selected"
I like the button functionality that TableTools offers, however I noticed something that wasn't available that I think would make it better and that's a "Show Selected" button. This button would show...
View ArticleUTF8 characters in the MySQL table (umlauts, etc.) are not showing up in the...
Hi there. I have a MySQL table that has some cells that have UTF-8 characters in it, such as words with umlauts. But those pieces of data are not showing up in the HTML front-end where I am running...
View ArticleTablePress & DataTables - works on everything but iDevices
I'm using the plugin TablePress on my website. I have a table populated with music players and other info which can be seen here: http://thetracksmiths.com/beats/bap-adapt/. For whatever reasons, the...
View ArticleAdd href and img with fnAddData
Hello all I am trying add a href and img in my DataTable but in the column show only [object Object] I'm trying below function addRegistrosTabela(output){ var obj = output; var links = []; for(i in...
View Article'Stop running script' message in browser
Hi, I am getting the 'Stop running script' message in I.E. 8 web browser. My dataset is small, between 1200 and 1500 rows of data. I am reading a csv file then parsing it into an array which dataTables...
View Articleworking with GSON
Hi Guys, I work with Java as my language of choice and the JSON engine I'm working with is called GSON, which was created by Google. With GSON I've managed to replicate a typical JSON string such as...
View ArticlemRender on column thead>th, not tbody>td?
Hello all, I'm curious if it's possible to wrap a column header, the <th>s in the <thead>, in stead (or in addition to) normal table cells. Currently, I can only seem to have mRender impact...
View ArticleMVC how do you pass parameter values?
I have 2 filter text boxes: <input type="text" id="ORI"> <input type="text" id="AgencyName"> How do I pass these values to my controller below? How do I access them from controller...
View ArticleInsert new row at the top of the datatable?
Regardless of sort order is it possible to insert a new row at the top, sort of like pinning it to the top? This would be a useful feature if it doesn't already exist. The idea is that you want to add...
View ArticlethemeRoller with table rows?
I recently added themerolling support to a dataTable on my page, but I was wondering why arent the rows colored according to the theme? I disabled all the default css and they just appear white.
View ArticleHow to select a specified row after initializing the datatable complete...
Hi all, I created a datatable as follows: $('#table').dataTable({ // some settings... "fnRowCallback": function (nRow, aData, iDisplayIndex, iDisplayIndexFull) { $(nRow).on("click", function (event) {...
View ArticleHow to Give Images Icons Instead of Normal Tabletools Buttons
I want to change Tabletools buttons like xls,pdf,print to buttons with Background Image.How can i do this??
View ArticlemData Unknown Parameter using Server side Javascript Objects
Here is a link that should show one row. But I am getting an unknown parameter error for the mData column titles. http://www.doremus.info/HQ/creatives?job_num=301722 The debug is at...
View Articlenext button does not work when using pagination
hello everyone, i have a problem on using dataTables 1.9 and i need you guys help me with this. i set the pagination style to "full numbers", the [next] button does not work when i use pagination, but...
View Article