CSRF in Java+Spring+Thymeleaf
Want to share my findings, which might look lik very simple and intuitive, but it took me couple days of research. If anyone will want to use CSRF protection in Java+Spring+Thymeleaf environment and...
View ArticleDoes DataTables support UTF8?
Hello, I reviewed all discussions related to UTF8 issues, but most of them point to setting proper encoding to database. In my case UTF8 symbols are properly written to database (example:...
View ArticleCan I change rendering of responsive datatables plugin
Sorry for the cross link, but to avoid duplication, is this possible? http://stackoverflow.com/questions/32596482/can-i-change-rendering-of-responsive-datatables-plugin
View ArticleRow.add option
i use the following: .row .add([ person.id, person.name, person.control ]) .draw() Is it possible to pass an object or array directly using row.add.draw option? i.e. .row .add([person]) .draw() i...
View ArticleHow to delete a column
I created a data table and have 10 columns. Now on the fly i want to delete a specific column.
View Article2 Pagination buttons disappears out of 4, after language change.
Hi, I was able to see all the pagination buttons [First][Previous][Next][Last] before I made changes in language, after the change, 2 buttons [First] & [Last] disappears and the rest 2 [Previous]...
View ArticleHeader not scrollable when using "scrollX: true"
Trying to scroll the table while your cursor is on the table scrollHead, it won't work. For it to work, you need to have your cursor over the table scrollBody. Here's an example on JSFiddle where you...
View ArticleDoes anybody have the example code of this table input
i want to use those inputs,to compare data(inside dataTable) Written with new data by keyboard on the columns that were empty the example is ( i want to see this all code)...
View ArticleProblem with mData and access fields in datatables
http://postimg.org/image/5yt502oen/ The bellow line works perfectly on my datatables. { "aTargets":["Schedule2"], "mData":"Schedules__r.2.Quantity__c", sClass:"Schedule2", "bAutoWidth": true}, My...
View Articlesorting Month
Hello everyone! so,I have a database on phpmyadmin and I wanna display one of my table's data into a datatable (PHP), everything works great except the column of sorting date dd/mm/yy: it sorts only by...
View ArticleHi, I failed to use selects with jEditable
Hi there! I want the default value from other select values is chosen by server code, then when the field is clicked to edit in the inline editing using jEditable, the field appears like a dropdown...
View ArticleData table 1.10.3 and Bootstrap. Tables headers are not updating dynamically...
We are showing tables in Bootstrap models. So table header and body we are adding dynamically once we got response from ajax call. So for 1st model table header are coming fine. But when 2nd model is...
View ArticleDataTables Individual Column Search - In header
I was using the individual column search, but i wanted to put the searches in a 2nd row in the header. I can get the inputs to display just fine, but they wont search. I know its something to do with...
View ArticlefnDraw functionality
fnDraw in my js file is not working correctly. For some reason it is redrawing the datatable. Below is part of the code, this_oTable.fnDraw(false)
View Articlerow grouping cannot click tr.group after destroying DataTable
hi guys i have been following this example http://www.datatables.net/examples/advanced_init/row_grouping.html#, everything is working well and i managed to add ajax so that i could destroy the present...
View ArticleEditor PHP Library: Issues with where
Hello, Still working on converting my current project over to Editor and have hit a snag.<br/> In my non-Editor DataTable I am currently doing the following: Using serverSide All footers have...
View ArticleCustom cell content...
I see that the render method works well with a string ... But what if i return a jQuery object/or any complex object? In summary, how do i add say a button into a column cell which has handlers ... a...
View ArticleDatatables editor not working with datasource as javascript array
The datasource for the table is via an array - i have set idSrc to 0 in the editor config. I have enabled only inline editing - however both create and edit fail to work. After i call successCallback i...
View ArticleRedirect to a new page after insert a new row passing values
My question is how to redirect to a custom page with additional fields for customization of the record just added. For example I have a standard page with Datatables that manage the master operations...
View ArticleProblems with ServerSide: true for Tab between columns
Hello, I have a similar problem as was described in this post: https://www.datatables.net/forums/discussion/26581/problems-with-serverside-true I wish to have server-side processing, but when I turn it...
View Article