Is there any way to print the title and messageTop on each print sheet?
Is there any way to print the title and messageTop on each print sheet? ```{ extend: 'print', title: (options.reporte).toUpperCase(), messageTop: \n Fecha de creacion: ${new...
View ArticleGot this error when I added the property scrollY
Got this error when I added the property scrollY. Could someone help me with this. Used 1.10.18 version Uncaught TypeError: s.match is not a function at _fnStringToCss (jquery.dataTables.js:5839) at...
View ArticleIs it possible to pull search results into a table on the current page from a...
1 Search Bar and 1 Table on 1 Page, That Can Not Only Show Results from the table on the page you're currently on, but from a table on a different page, or different pages?
View ArticleCascading Lists In Editor
So I would like to use Dependent() to create a cascaded list in editor. I have two tables to query. The tables are Divisions and Area Offices. When you choose a division the area offices should...
View ArticleIssue with Safari Browser
Hi, I ma using basic example using data tables (referring from https://datatables.net/examples/basic_init/zero_configuration.html) But i noticed that over Safari Browser it is not working...Even the...
View ArticleAutomate entry in a field
Hi, I have two tables: “tb_detalles” y “tb_palabras”, united by a third table, “detalles_palabras”. This last table contains two fields: “detalles_id” y “palabras_id”, which are the main key and which...
View ArticleDrag and drop between tables
I'm running into the need to drag an drop between tables but didn't find working examples on the forum. At some point in the past I found an example of drag and drop between regular tables. Thought it...
View ArticleDynamic Bootstrap Datatable custom pagination Needed using HTTP Service
I have made the code the display the data into the data-table with the help of HTTP GET Service. Like sPaginationType: "full" OR sPaginationType: "simple" i need a parameter which suits my needs....
View ArticlePattern to launch form from other form?
I have a backend database with a clients table and an events table. From the events table view, there will be an create/edit event form with select field to select an existing client. But if a new...
View ArticleHTML5 draggable rows between Datatables example
I put together this example of using the HTML5 drag and drop API to move rows between two Datatables. Its an interesting API and doesn't require additional JS libraries for drag and drop. It was a good...
View Article2 table droag and drop
Hi guys Hope you are all well. Hope you can help me with this again. Can i have 2 tables then from 1 table to another table drag and drop multiple selected records. Please help. thanks so much for...
View ArticleHow to use index column with data source
I am trying to use an index column that automatically shows row counter based on sort. I am using this example: https://datatables.net/examples/api/counter_columns.html But I can't figure out how to...
View ArticleUnable to get column sum over all pages the example does not work!
Hello everyone, for three days now I am unable to get this to work for me, for some reason the I am unable to get the sum of a column over all pages it just does not work here is my code {%extends...
View ArticleSearch does not work in columns where data: ""
I have a datatable with some defined columns. Most of them have data set to a specific item from the json I feed to it via ajax, however for one of the columms in datatable I have set data:"" and I use...
View ArticleMultiple Editor Instances
I have three buttons and depending on which one is clicked a different editor form is presented. The three buttons are a Database Schedule, a Database backup which occurs immediately and a Database...
View Articlehow to delete 2 column of table with no error " Requested unknown parameter"
hi i want to reduce number of columns of table from 5 column to 3 column...but when i delete two columns an erorr happens to me and says localhost says : DataTables warning: table id=data-table -...
View ArticleResponsive BS4 DataTables Not Doing Anything At All (Responsive-wise)
Everything else seems to be working (sorting, pagination, etc). I added the responsiveness today but it acts like nothing happened. When I drag in my browser edge the tables just blows out of the...
View Articletable resize fails on Android/Chrome when device rotates
Hi Allan, Thanks for your great Datatables product. We are using it thru a web app template (AdminLTE). Our use case is: we are building a web admin to our medical device product. Administrators and...
View ArticleiDataSort and desc only
I have 3 columns of data. John 92 A+ Johnny 90 A+ Big John 89 A John JR 65 C- Little John 60 C- The 2nd column must be hidden, and the 3rd column is sorted by the 2nd column, but I can't seem to find a...
View ArticleI have a question regarding buttons as a potential buyer of both software.
Both software as in the DataTables and the Editor. Is it possible to give a button the behavior of appearing if a query returns a result, and not have it appear when there are no results?
View Article