Help!!!
When I log in to my WP site as Admin no problem to show the data from DataTable, but if I log in as Subscriber nothing works. I only get this messages: DataTables warning: table id=table_1 - Invalid...
View ArticleWhat's the right way to use actionName to Integrate Editor with Wordpress?
I can get editor working beautifully outside of Wordpress. Within wordpress, I've determined that a clash with the 'action' variable is the problem. To isolate the problem, I've begun with a simple...
View ArticleEvent reference pages: preDraw and draw
Hi, I think the documentation is slightly out of date as the events seem to be triggered on 'preDraw.dt' and 'draw.dt' rather than the versions without '.dt'. Pre-draw page:...
View ArticleThere are two types of ordering. Can you add a third method to order?
For both types of ordering there are two icons. And for "sorting_disabled" there is some method to sort in default as "order": []
View ArticleOne DT, 2 editor forms
Hi The 1st editor form uses the standard create, edit and remove extensions but form #2 gets called from a custom button. DT and editor form #1 share the same Ajax method. Form #2 has a different Ajax...
View ArticleInvoice using Datatables
Thanks a million to Allan! Was able to perfect generate a invoice in invoice looking format dynamically.
View ArticleClear [loadingRecords] message when exception happen
Hi everyone, Currently I'm customizing the error message that pops up when some exception happen in the errorMode extension as code below: $.fn.dataTable.ext.errMode = function (settings, helpPage,...
View Articleasp.net dev/production config file
Is there a way to have two config files? When I publish to dev I want to connect to a different SQL server than when I publish the app to production. or do I just need to go in and edit the connection...
View Articleuse two or more tables from database in editor
I use codeigniter to create editor datatables, it was normal for one table, but when i use two tables, there problem in ajax, here is model. public function getNdsar2020($post) { // Build our Editor...
View Articleadd buttons to multiple tables
I need to only show add/edit/delete buttons depending on the user permissions. I found the following post that seems will do the trick:...
View ArticleColumn width not working
Hi I have read the other posts in the forum. Did not find solution. <--! Datatables spezific files:--> <link href="~/datatables/dataTables.bootstrap.min.css" rel="stylesheet" /> <script...
View Articlehow to use datatables.net in reactjs the proper way ?
recently, I'm mitigating from jquery to react, and I wanted to use datatables.net in reactjs, but it's not a good practice to use jquery in reactjs as react will always return to use it's virtual dom....
View Articlecolumns and columnDefs not working together
[Datatables 1.10.18] Given the following snippet does not work. I get an error that says : Cannot set property '_DT_CellIndex' of undefined TypeError: Cannot set property '_DT_CellIndex' of undefined...
View ArticleUpdate fields with PHP session variables
Hello! I want to create a system to track when a record is created and modified. I have created all of the fields needed and made them read only so they can't be changed, I just can't seem to figure...
View ArticleSearchpane issue with cascade and ajax reload
As mentioned in the Searchpane-feedback thread, there's a performance issue (pretty intense issue in fact), appearing when using cascading panes along with data.ajax.reload() (see here for further...
View ArticleJust out of curiosity (o;
Good evening Saw the datatables supporter website here....where people can buy support credits and got mentioned either by name, text link or with a logo and a link... Just have some thought about it...
View ArticleTable not displaying correct answer. What am I doing wrong?
The code for my table is here http://live.datatables.net/jofuhaca/13/edit It runs on my pc but not on the live link, not sure why. What I am trying to do, is collect api data on a loop and look for a...
View Articlebasic data table not work - may be browser settings?
Hi - this basic, 1st example, data table is not working. It's the same one shown here http://live.datatables.net/, except everything is in one file, as shown here:...
View ArticleI'm hardcode to all width for search input but does'nt work
This is code i use <style> .dataTables_info, .dataTables_length { font-size: 15px; } .dataTables_filter input { width: 400px; } .dataTables_wrapper { font-size: 15px; } <style> all css...
View ArticleHow to create colspan on header with ajax loaded data
I'm trying to create colspan headers like the one shown in this example https://datatables.net/examples/basic_init/complex_header.html, but I want to do this programmatically using the DataTable...
View Article