DataTables with column rendering - Sum of two or more columns
Hello all, I'm using mRender to combine the contents of two cells and then hiding the second cell as in http://www.datatables.net/release-datatables/examples/advanced_init/column_render.html. It works...
View ArticleTable tools, pdf: add style? At least bold and italic?
Hi, probably I'm missing something. Datatables saved my life but now I have a really bad problem for me: I need to export a pdf from a table that has some <b></b> and <i></i>...
View ArticleHow to manage datatable with a table with 100 000 lines
Hi! I use datatable with a PHP framework (CodeIgniter) which manages a table with records more than 100 000. The number of lines is too high so I have to paginate lines by loading ajax for example,...
View ArticlefnReloadAjax callback not working
Hi everyone, I have got a page where I load applications based on it's status.I have got two tabs 'Accepted' and 'Pending', and I reload the datatable when the tabs are clicked.I'm using the...
View ArticleHow do I add parameters like standard post within sSearch_X, bRegex_X
Good morning, I looked for a way to define a search ra different from the example that demonstrates the search on each column...
View ArticleOrder columns JSON server side
I use datatable with dynamic columns from server side. When I reorder the columns the data is reorder but when I do a callback the columns are in the correct order but the data are in the original...
View ArticleLoading JSON from external AJAX call into DataTable
I am using DataTables 1.9.4 with jQuery 1.8.1. I have created a table which has zero records on page load. On click of a button I am fetching data in the form of JSON using an external AJAX call. I...
View ArticleDowntime
We had a little downtime yesterday, followed by a bit more today as a result while the server hosting DataTables.net had its hardware upgraded a bit. With the number of requests for pages on this site...
View ArticleUsing Array of object when loading from javascript array and not ajax
I am trying to basically combine these two examples and load an array of objects directly into aaData from a variable. Not an Ajax source....
View ArticlePlacement of In-line editing feature within datatable
Hi, I am following the inline editing blog for one of our requirements: http://datatables.net/blog/Inline_editing This works great, thanks. The only caveat is that we need the inline editor to always...
View ArticleCannot get aocolums to work
Every time I enable aocolums the data goes away. I have tried both aocolumns and aocolumndefs. students_array.php include( "lib/DataTables.php" ); // Alias Editor classes so they are easy to use use...
View ArticleColumn width set to 133px in Chrome, even if it doesn't need to.
Not sure what's causing this, whether it's FixedColumns, Datatables, or something of my own doing. For whatever reason, the column width in Chrome is set to 133px, even if the content could easily fit...
View ArticleDataTable(s) are not getting resized using fnAdjustColumnSizing
Hi, My application has left pane and right pane. Right pane has multiple tabs and each tab holds a datatable. I provide the ability to expand the right pane if the users want to view just the right...
View ArticlesDom not working to suppress page info text
Using 1.9.2. I have a table started with: oTable = $("#results-table").dataTable({ "bJQueryUI" : true, "iDisplayLength" : 15, "sDom:" : '<"H"r>t<"F">', "bLengthChange": false, ... As I...
View Articlecolumn width and FixedColumns in TablePress from WordPress
Hello, I'm using the TablePress plugin in WordPress that is based on DataTables. I have some troubles when I try to fix the width of a column and when I try to use FixedColumns. It creates a shift so...
View ArticlePhp + PostgreSQL = it Works, but doenst find records
Hello, I will try to be quick and clean :) Im using the script provided on this link http://datatables.net/development/server-side/php_postgres Following, the changes i made on the file: /* Array of...
View Articlemultiple filter does not work in multiple tables
Hi, I'm Argentine. I have 3 tables on 3 different tabs and filters work only columns in the first table in table 1. The filters do not work the other tables. Here is the code. I use thead input The...
View ArticleServer-side/MS SQL question
Hey guys, i need a bit of help getting my server-side-processing code working. Ill start out by saying im new to DataTables, as well as the programming field in general so please pardon me if my...
View ArticleSubmit on blur unfocusses the next field
I'm using (or better... trying to use) Datatables and jEditables to represent data and make it inline editable. Most of the desired functions work just fine, only tabbing through the cells in a row is...
View Article