How to edit the password using hash256 in editor's edit section
Hi, I have some problem while updating the password in hash256 from edit field and initially password should be blank because it is in SHA256. so what should i do in order to update the password in...
View ArticleNeed to print the row details along with the table data
I am using data table and the row details functionality (ability to expand / collapse a row) in my project. I have also included the print button to the data table, but while printing I am not being...
View ArticleUnable to display buttons
I try to add buttons for excel and pdf export but i'm unable to display them i miss something but i can't find where is my mistake. Here is my code : <link...
View ArticleDataTable Editor - With ASP.Net MVC
Dear all, I am trying to use DataTable Editor (Paid version- Trial) in ASP.Net MVC web application, I am getting raw Json response instead of view, can you please help me My Controller Code is ```...
View ArticleDatatables CSS not functioning?
Hey all, First of all I love this plugin. It's totally saved me. I'm working on an inventory tool for work and have been utilizing data tables. Up until a few minutes ago it was working fine. Now it is...
View ArticleEditor Datatables Submit Arabic Text with Wrong Format
im trying to save a new record as Arabic String using ADO.NET Datatables its save but the string format is wrong it`s come to be & # 1 6 0 5 ; & # 1 5 7 6 ; & # 1 5 8 5 ; & # 1 6 05 ;...
View ArticleTrying to edit client side table - identifier issue
I have a simple table created in HTML with three columns, none of which are suitable to be used as a primary key. I gather from the technical note that I need to have a primary key column specified to...
View ArticleHow can i insert a date and a page number at top of each page using print...
How can i insert a date and a page number at top of each page using print button?
View ArticlePrevent field from being modified at SQL Level
I want to prevent users from editing a single field in a table. I am able to do this by setting the field to "readonly". However, if you modify the POST request you could still in theory edit the...
View ArticleEllipsis render with variable char len
Is there any way to use the ellipsis render with variable char length? What I'm trying to achieve is as follows: Table takes up 100% of a DIV, (size of div can vary, depending on screen, page view,...
View ArticleAjax works reading JSON datasource from file, but not from variable (Django)
I really hope someone will help with the problem I've been stuck. I have a below code in my index.html: $(document).ready(function() { $('#mydata').DataTable( { "ajax": { "url": '{% static...
View ArticleUncaught TypeError: Cannot read property 'mData' of undefined(…)
I literally have 0 configuration for my table, first time i use this and i get this error: jquery.dataTables.min.js:90 Uncaught TypeError: Cannot read property 'mData' of undefined(…) Im using laravel...
View ArticleCorrect order of things
Scenario 1:- 1. Display DT with default filter. 2. Apply additional filter 3. Display results 4. Clear the filters and go back to step 1 Scenario 2: 1. Display DT with default filter. 2. Apply...
View ArticleBootstrap Editor: Horizontal Form
Is there anyway to display the editor form inputs in a horizontal layout? If possible, center the contents. Currently, I am only getting the vertical or stacked layout when using the bootstrap 3...
View ArticleDelete Duplicate data from table
I retrieve data from various mysql database tables, and merge the data into in single datatables. Now there are same keywords in the table. so How to remove duplicate entries from the table. It...
View ArticleAdding rows in local table editor
Adding rows to a table without ajax configured does not work in Editor 1.6.1 https://editor.datatables.net/examples/simple/noAjax.html The following statement throws because there is no original data...
View ArticleCustomize excel export
Hi, Great tool, I want to export an excel like attached copy. is it possible in datatables?
View ArticleSticky Header code note activating
This is the code I'm using to activate the fixedheader but it has no effect. What am I doing wrong? $(document).ready(function() { $('#example').DataTable({ "pageLength": 1000, fixedHeader: { header:...
View ArticleAdd/Remove a search criteria among others
Hello, I'm using textfields to perform filtering among columns like in this example. I added on the top of the table a checkbox which, when checked, should only display lines where the column named...
View ArticleI will like to add page numbers when i export a pdf ... I just cant get it right
Can i get an example var cols = []; cols[0] = {text: 'Left part', alignment: 'left', margin:[20] }; cols[1] = {text: 'Right part', alignment: 'right', margin:[0,0,20] }; var objFooter = {};...
View Article