How to integrate AES_ENCRYPT & AES_DECRYPT?
I have some fields which need to contain encrypted data. Is there any way to wrap specific fields in an AES_ENCRYPT function on submission? In addition, a CAST(AES_DECRYPT() AS CHAR) is required in...
View ArticleTable Tools Initialization issue using fnInitCompleted.
I am using table tools 2.0.3 and datatables 1.9.1. I have a table I am drawing on a page and then on the $(document) ready I am initializing the table. After the table is initialized, I am hiding the...
View ArticleGap between search and header row when using partial views in .NET MVC 4 project
I have this working fine in my ASP .NET MVC 4 project, but have a rendering problem when using two of these on the same screen, when both are rendered in partial views. Both grids work fine but have...
View ArticleSearch Funtion when use Chinese-Input tools
Hi: DataTables is a wonderful Plugins-tool for me. Now i have an issue that it maybe not happened in english-speaking countries but it's an common one in China. In China, we use an Chinese-input tools...
View ArticleHow to add Back Button Instead of Escape key in Print Page-Tabletools
How can i add a back button in Print preview page.By default table tools using esc key for navigating to original page.Instead i need a back button in preview page,so that by clicking on it,it will...
View ArticleUsing Data Tables Jquery with DataTable Bundle of Laravel
Hello there! I am new to datatables and laravel and I would like to create a data table using laravel's DataTable Bundle but I don't know how and where to start it. Does anyone here have an example on...
View ArticleEven TableTool examples are not working
I am a first time user of DataTables. I need to implement "Export to Excel" functionality. But even the TableTool examples dont seem to work. Am i doing something majorly wrong/stupid?? FYI, i have the...
View ArticleCombine TableTools and individual column filtering in the same table
I'd like to know if there is possible combine the TableTools and individual column filtering in the same table. in the forum there is explanation (link below) but it did not work could someone help me?...
View ArticleEditing multiple fields at the same time
It's a couple of weeks I'm using DataTables, I think it's great! I'm sorry if I'm asking something it was answered in another conversation. I have a table with pagination where some of the fields can...
View ArticleTell datatables to show processing indicator. Also perhaps use GIF.
Hi I am using DataTables with large datasets but using my own code to retrieve and sort the data before rendering in a page of DataTables. The main reason for this is that the data retrieval has to use...
View ArticleFixedColumns sorting bug on jQuery UI themed table
I am attempting to implement FixedColumns and it seems to fail with the latest DataTables build. When clicking any sort header it doesn't properly update the header styling, the fixed column's...
View Articlenested array
I have a function like this to populate my columns on my datatable: getColumns: function(){ var columns = []; _.each(this.model.attributes.attributes, function(item, index) { columns.push({ sTitle:...
View ArticlesDom and using ColVis
In my current datatables I use this: "sDom":'<"top"iflp<"clear">>rt<"bottom"iflp<"clear">>', But I need to add button for ColVis plugin. It seems like I need to change sDom like...
View ArticleFilter to be displayed block & table should be hidden initially.
I am looking to display only the filter <input>. Initially the table is hidden. Once the user inputs a character in the search filter box, the datatable is displayed with the contents filtered....
View Articleadding items to the afnFiltering array (or something alike), but just for one...
Hi. I'm trying to get a custom row filter linked to a select for one table. The filter is somehow tricky and i went for a row filter via $.fn.dataTableExt.afnFiltering.push( ... ) The code was working...
View ArticleHover Table over Link Column like Editor Price Page?
On the Editor Pricing page there is a datatable that shows price conversion information when you hover over the price in the table. I want to do almost the same thing; show detail information in a...
View ArticleJQuery on( ) is breaking events
We're using dataTables v 1.9.3 (I tried 1.9.4 with same results). I changed all the live( ) calls to on( ) since live is deprecated in JQuery 1.7. Is this a bug (using jQuery .on( ) ) or do I need to...
View ArticlejQuery 1.8.2, DataTables 1.9.4 and jEditable
Hi, I'm having difficulty getting jEditable to work with DataTables 1.9.4 I already have a working table, including ColVi, TableTools, ColumnFilterWidgets. Adding jEditable breaks it : <apex:page...
View ArticleState Saving causing sporadic and quiet errors
We are using datatables to list out users' contacts. When a row is click, an ajax call is made and contact details are rendered. Users love it! We enabled statesaving, and it works great for keeping...
View ArticleColumns not sort-able, Search bar overlapping
I'm new to DataTables so forgive me if this is a very easy fix. I'm probably missing something very obvious. http://debug.datatables.net/efayux <-- my debug logs Let me know if you need further...
View Article