Datatables not working for webform using master page
Hello, I am new to datatables and I am having issues getting my webform that uses a master page to use the datatable functionality. Can anyone give me any ideas? I have the js files included on the...
View Article[DT 10.1] Select row
Hi, How can I programmatically select a row after inserting a new one ? (its has be inserted with an ajax call to the DB) Thanks
View ArticleCan't use DataTables with boostrap 4
Hi, I'm sorry but I don't understand how to make DataTable work correctly with Bootstrap 4. I've used the download builder to get a bootstrap 4 package, without any other option than boostrap 4...
View ArticleRobust audit logging
I wanted to add something to my logging so that could quickly see at a glance what the actual changes to the data were. There's an example of logging changes here:...
View ArticleSubmit on row blur when using inline editing?
Using inline editing, is there a way to submit on row blur instead of on the cell blur?
View ArticleToggle button not work on page 2 and so on. How can I fix it.
See the image of first page. The toggle button work on 1st page. Toggle button not properly working on page 2.
View ArticleDataTable date filter function not working on Chrome for mobile
Hello all, i'm having a strange issue: this function is working perfectly on desktop: $.fn.dataTableExt.afnFiltering.push( function( oSettings, aData, iDataIndex ) { var iFini =...
View Article"New Discussion" missing "Edit" button after preview
I noticed here on the forums that if I select "Ask a Question" then I can select the "Preview" button and there will be a button to "Edit" after the preview comes up. However if I select "New...
View ArticleUpdate field value based on another field changed inline.
I need to reset fields values based on a value changed in another inline field . I tried using the following script, however when the table is loaded the first time, the code is executed and wipes out...
View ArticleCustomized search applicable to both normal datatable and datatable with...
I have an application with two datatables. 1.Has only parent rows (no child rows) say datatable1. 2.Has parent rows as well as child rows say datatable2. I want to implement only one search for both...
View Articledatatables editor and having to return custom JSON
Okay because of the specific way the actual table is populated using JSON. I have to duplicate the custom JSON when returning. Now to return this custom JSON Would I use echo or return?
View Article`row.add()` throws error when attempting to add a row using an object.
https://codepen.io/anon/pen/GyPeqr demonstrates the problem. I'd like to be able to populate my table with objects to ensure that the data gets populated sanely everywhere. The example at...
View ArticleProblem with jQuery Datatables Buttons - Excel Export - Using Special...
Hi, like i mentioned in the header, we have a problem with the excel export funtion from jQuery Datatable Buttons - when using special characters like "&" or "<". The excel export function works...
View ArticleWhy do multiple mjoins on tbl with alias work when Creating Records, breaks...
Hello, I have a test case. retracted I am trying to assign users to different templates. I have a Persons table, a Roles table, and a PersonRoles table. The idea is that I can assign different...
View Article[How-To] Install DataTables with Meteor JS + Bootstrap 3
Hi, I decided to write about the process how I successfully installed DataTables with MeteorJS. In my case : Meteor version 1.4.3.2 (as for March 2017) Installed via npm Bootstrap 3 - Note that, I'm...
View ArticleThe one polish font makes problem, why?
We have noticed that EditTable does not support our Polish fonts, the Ć font in particular, you can create Ć using the right Alt + C on polish keyboard. Our other fonts (ś,ń,ó,ł,ż,ź,ę,ą) work...
View ArticleDoes editor work with nonstandard named id columns in database.
We're using a mix of virtuemart and custom tables none of which of a standard id field. Does the PHP editor instance posess the ability to use the customs like virtuemart_product_id and pid?
View ArticledataTables editor plugin DateTime format issue
I'm using EF6 + MVC for a site. The dataTables editor is used for an UI. One table has a field 'StartDate'. It is a datetime type in the SQL Server. It works fine until when I try to edit the...
View ArticleDatatable pagination does not appear properly
I followed the example found here: https://datatables.net/examples/styling/bootstrap.html I tried it on Google Chrome, Mozilla Firefox and even Internet Explorer. Also, I am using the same version of...
View Article