Column filtering with colReorder
Hi, I am using column filtering combined with colReorder from this example https://datatables.net/extensions/colreorder/examples/initialisation/col_filter.html var table = $('#example').DataTable( {...
View ArticleDisappearing MySQL server on Azure
After two years without a hitch. The Azure hosted website crashed. Crash occurred when saving changes in editor. The table is stored on MySQL server. Datatables thru an error message "access denied."...
View ArticleAssistance with Datatables Date Range Filter using DatePicker?
I have implemented Datatables which is working great using search bar and pagination, however, I've not been able to get the filter to work based on date ranges selected using Datepicker. I have...
View ArticleHelp filling Datatable with JSON from Api
I know that there are some threads about this same thing but i had no luck getting it to work, i checked Datatables documentation to try different ways but no luck, its not filling the table. The API...
View ArticleLarge Column İssue
Hi everybody, İ have issue with column size. I want to explain as image to understand clearly. **First İmage ** Above the dataTable is my dataTable that has 12 columns. There is no problem now. But,...
View ArticleDatatable in tabs not always responsive
I have implemented two tabs containing one datatable each respectively. The code for each tab is exactly the same, it is only the data that is different. For some mind-boggling reason, the tables...
View ArticleEditor Select2 plug-in, Bootstrap theme breaks the select field
I am using Editor-1.7.3 with https://editor.datatables.net/plug-ins/field-type/editor.select2 plug-in and Select2 Bootstrap theme https://github.com/select2/select2-bootstrap-theme. The demo can be...
View ArticleEditor crashes: Call to a member function dbField() on null
A rather complex Editor instance that has worked for a long time suddenly crashes. I am not even aware of having made any changes. Unfortunately the message is so unspecific that I have no chance to...
View ArticleReload/refresh table after event
I am trying to reload the table but I can't seem to find the way to call the reload function. In the .done function of the 'revoke' event is where I'm trying to call it $(document).on("click",...
View Articlebest UI for heading in site
need some change style foor not elipsis heading in site i.prntscr.com/fxa6FzglQpy8Zo8AfhbCZA.png i.prntscr.com/5XSF9czuThqlmuDPLFFTuA.png
View ArticleData Table
Hello please I have a datatable with multiple value in the same colone when I make an exel he put more value on the same colone I want to separate them
View Articleerror with SQL function as Editor field - Editor PHP Lib 1.7.3
Hello everybody, I'm not sure, if this is really a bug or a fault on my side but when I try to use a MySQL function for a field in the editor (of the php editor lib, v1.7.3) the generated SQL message...
View ArticleReturn only data modified
Hi! Is it possible to return, after the AJAX call for modifying a field, only the modified data, without returning the entire data line? I have a very complex table and being able to return only the...
View Article$.fn.dataTable.moment not a function
Hi In my table i use some french dates, so I followed the indications on the page https://datatables.net/blog/2014-12-18 and this code was fonctional : $.fn.dataTable.moment("DD/MM/YYYY"); But today...
View ArticleProblem with naming convention
I have issues in field names. Suppose I have put: Field::inst( 'Customer') it will change as CUSTOMER on query execution....then it will throw INVALID IDENTIFIER error Seems like i have problem with...
View ArticleCertain search terms not working
Hi, I have an online software that uses Jquery DT for large lists of names and other information. Most of the time, the search function works perfectly, but in certain cases it does not. I've created...
View Articleeditor.set to update join table
Hi, I tried to update value on join table but somehow it throws me error that the field could not be found / unknown. Tried to use method that is described here:...
View ArticleUsing buttons ColVis along with Grouping/Summing Rows
Hi All - I'm adding grouping/summing rows through a drawcallback via manual HTML <tr><td></td></tr>, etc. using $(rows).eq( i ).before(rowHTML). This works fine, except when I...
View Article