Excel formating
I would like to style my excel spreadsheet, but am have a hard time understand the process. I have seen a couple examples: customize: function(xlsx) { var sheet = xlsx.xl.worksheets['Sheet1.xml'];...
View ArticlePopulating datatable with FTP directory images
I am populating a datatables table with images on a FTP server. I'm declaring my TRs and TDs and a TR has 5 TDs. I have PHP code to formulate these TRs and TDs. Datatables is working perfectly with...
View ArticleOrder of Execution
I have a table initialization function as follows: function buildTable() { console.log("table is new"); var t = $('#myTable').DataTable( { "destroy": true, "data": theTable.data, "columns": [ {"data":...
View ArticleHow to refresh table #2 when table #1 has been edited?
I have a subtotals table and a details table. I need to force a redraw of the subtotals table after any cell in the details table has been edited. (The server updates the subtotals table by using post...
View ArticleCannot double click on row in mobile devices ,desktop works fine.
Hi @allan, I am having problem when I am using mobile device or tablet, when I double clicked the row of datables inside modal, it doesn't work but it works fine on desktop....
View ArticleHow to Disable sorting when no records are fetched either by server-side...
A standing ovation to Allan, the man behind Datatables! I would also like to congratulate him for creating an awesomely beautiful tool for displaying tabular data which loads of features and...
View ArticleProcessing Events
I am using the following to receive the processing event, without any success. I have tried both with and without .dataTable() ending but the result is the same - It is only called with the parameter...
View ArticleHow to set page after server side processing done??
Hi guys. first, sorry about poor english. I going to die because don't know how to set page after load data by server proccessing. In my case, I don't know that wanted row's number.. So I can't set...
View ArticleDatatable - Inlline Edit
Hello, we need an option for inline editing with datatable with edit button. we dont need the pop up on edit click. is this achievable?
View ArticleCan we remove the some useless parameter while using serverside option?
I am using the serverside option to paging the data. I want to customize my url while click the page button. I don't want some sent parameters in the URL. Such as...
View ArticleIs there a pdf manual?
I'd like to know if a pdf or chm manual for datatables and editor is available, for reading offline. I'd like to get it, even if I must purchase it. Is so, please let me know. Thanks a lot everyone.
View ArticleSorting icon in data tables
I have a table in which i am using Data Tables functionality for sorting the columns. Is is possible to just have one sorting image which changes to the upper triangle and lower triangle onclick. I...
View ArticleHow to handle a SQL error response in Editor
Hello, This is really not a problem but a how to question: If I have a table that has a field that is a foreign key in another table, SQL responses properly with an error message stating that the row...
View ArticleDatatables Export data to Excel Issues
Hello All, How to export datatables to Excel. Excel Sheet I want Border to all data, Time new Roman font family, font size and Cell background color using if condition. <html> <head>...
View Articleshowing nan of nan
I am converting a DataTable to use serverside processing to reduce load times and I cannot for the life of me work out why the footer isn't working. I am using DataTables 1.8.4 I think. Most answers I...
View Articlebest practices - putting js in external file?
Is it best to place the javascript sections for editor/datatables in an external .js file? If so, what's the best way to do that? I tried putting everything in between the <script> tags below in...
View Articledatatables shows up with funny version in npm outdated
Hi, I am wondering why npm outdated shows a version 3.2.2. Isn't 1.10.13 the latest version of the core datatables? Package Current Wanted Latest datatables.net 1.10.13 1.10.13 3.2.2 datatables.net-bs...
View ArticleNo POST on rowreorder drop
Hello...I'm using the rowreorder extenstion with DataTables 1.10.10 and Editor 1.5.4. The rowreorder plugin appears to be working fine and I can move rows around, however, nothing happens when I drop...
View Article