server-side put hidden field
Javascript (resume) "columns": [ { "data": "cpf" }, { "data": "nome" , }, { "data": "sobrenome" , }, { "data": "celular" }, { "data": "email" }, { "data": null, "defaultContent": "<form...
View ArticleFoundation: Clicking the … in the pagination breaks things
This was brought up as an issue at GitHub. Wondering if it has been addressed yet. Clicking on the ellipses used to indicate a gap in pagination returns NaN. You can see an example of the problem here:...
View ArticleServer-side processing - ajax parameters causing page not found
Hello everyone! I'm using Datables server-side processing. Here is the initialization code: var oTable = $('#dt_basic').dataTable({ "processing": true, "serverSide": true, "ajax":...
View ArticleMake URL Links Automatically with DataTables and Bootstrap from Online Source
I have figured out a way to import a Google spreadsheet into Datatables using Bootstrap, but I can't get one of the columns to render as URLs. I've looked through the forums and elsewhere and it seems...
View ArticleDo not display hidden columns during page loading
Hi When I load a page with datatable, I see all columns displayed at the beginning. Then, when data is loaded, the columns that shouldn't be displayed are correctly hidden. Is there a way to load only...
View ArticleData Table expands while loading and contracts after few mins.
Hi, I have intialized a datatable which has nearly 50records only. When the page loads, the datatable expands showing all data, and after few secs it applies pagination. Also while loading Search...
View ArticleResponsive extension isn't working well on maximize.
Hi guys, Don't know if someone else encountered this problem with the 'Responsive' extension, but when you re-size down your window, which is working well and few columns are collapsing, when you...
View ArticleTwo columns Concat server-side
Is it possible to do something like this? $columns = array( array( 'db' => 'id_contrib', 'dt' => 0 ), array( 'db' => 'cpf', 'dt' => 1 ), array( 'db' => 'CONCAT(fnome," ",lnome)', 'dt'...
View ArticleCustom mRender for form with rowId
Hello, I'm trying to create a table, with an add button, for a form. Here is my code: http://jsfiddle.net/kLudLnms/3/ I have set the mRender option, to be able to render an input element. "mRender":...
View ArticleIs it possible? (Server Side Processing)
Hi, it is possible to do a if else on search/filtering in the server side (ssp.class). For example: If I want to do a exact search I need to put ("test") to search else I will search everything with...
View ArticleIs column searchability dynamic?
I can set the searchable option on a column when I define it, but when I dynamically hide/show other columns, I'd like to also update the searchable value. I con't want my newly hidden columns to be...
View Articlehow to make link with data from json datasource ..?
Dear All, i am new in datatables, i try to make link with data from datasource but i still cannot do that, any one can help me ? this is my table <table id="example" class="table table-condensed...
View ArticleUndefined function with highlight plugin
Hello, I am trying to use the highlight plugin, but it doesn't seem to work. I am getting the error : "Uncaught TypeError: undefined is not a function" Here is the link to the simplest test possible :...
View Articledefine mData column on condition
We have a scenario where we need to hide the column based on data shows in row. we did a trick like passed conditional JSON from server, but because we have column define in datatable its thrown an...
View ArticleDatatable search not hide group rows
I use the jquery.dataTables.js plugin. I have a lot of nested groups. Main_group Group_level_1 Group_level_2 Subgroup_1 Value_1 Value_2 Subgroup_2 Value_1 Value_2 Subgroup_3 Value_1 Value_2 When I...
View Articlesum a column based on a condition in another column
Hi, Firstly wow! hasn't DataTables come along since the last time I used it! Amazing work. It's brilliant! Now my question. My data represents income and expenses in a table. Each row can either be...
View ArticleServer Side filtering displaying on front end, and sometimes not executing.
http://www.qbhitlist.com/rankings/qbhl-premium-player-rankings/ If you go here only pro style players from 2015 are supposed to show. All players show, and then eventually (most of the time) go away....
View Articleshow processing label on server-side row-detail expansion
Hi, I followed the example here http://www.datatables.net/examples/server_side/row_details.html . All works great except I am using an ajax call to get a second set of data to display for the detail....
View ArticleFilter with dataTables server side
I would like to make a filter for the columns of my table but does not work. I tried to this example: http://www.datatables.net/release-datatables/examples/api/multi_filter_select.html but does not...
View ArticleSearch with server side dataTables
I use server side dataTables but the search does not work, when I write something it says "processing" but does not filter results. In the examples of server-side works and I have the same code and it...
View Article