How can add custom column in array
Hello, I have string which want to delimiter with row and columns, also add custom column for checkbox functions:...
View ArticleDataTables Inline Editor select does not maintain selected value
Dear, We are having same problem like the one mentioned in the https://datatables.net/forums/discussion/31210/datatables-inline-editor-select-does-not-select-current-value-or-submit-first-value. Can...
View ArticleJson format for dataTables
Sorry if doubles posted.... I am using NSBasic which implements dataTables. I am struggling to understand how to get data from MYSQL into the dataTable. I think it is a formatting issues. Test at...
View ArticleGet button click in editor modal popup.
Hi guys, I have { data : null, title : "Email details" , "defaultContent": "<button>Email!</button>"}, I have the button click working in the rows using $('#dtDataChanged tbody').on(...
View ArticleHow to concatenate two different arrays
Hi, I have two array: - a[0] a[1] a[2] - b[0] b[1] b[2] I have to display in a single cell something like this "a[0] q.ta: b[0] pz" "a[1] q.ta: b[1] pz" "a[2] q.ta: b[2] pz" This is a sample json row,...
View ArticleChange pagination style based on viewport
I have a responsive table which I want to show the pagingType 'simple_numbers' when > 768px and 'full' when < 768px Is this possible?
View ArticleAdd specific fields to the madal window
I am using responsive: { details: { renderer: $.fn.dataTable.Responsive.renderer.tableAll(), display: $.fn.dataTable.Responsive.display.modal( { header: function ( row ) { var data = row.data(); return...
View ArticleField hide in DataTable and make it to save in database
Hello, Can you please help to figure out how to able to hide field( using "type":"hidden") and save it in database? I am using a long id number for each row to able to implement it later from database...
View ArticleSelect api "select()" not working correctly with select style "os"
Hey, I think I discovered a weird bug in the pretty much flawless select extension. Link to JsFiddle *** Reproduce use case to cause bug *** 1. Select any row 2. Then press shift key and select another...
View ArticleHow to check the current responsive status of a given DataTable?
Hello! I'm having a hard time finding information about how to check the current responsive status of a given DataTable. The ideal value I'm looking for is something like the columns array in the...
View ArticleDataTables (1.10.16) export to pdf tool bar button is not working in IE 11...
The export to pdf button in datatable is not working for me in IE 11 running in IE 10 mode. If I run in Edge mode using developer tools, it works fine. I am using Buttons plugin 1.4.2. My setup info is...
View ArticleUse of date range filter with export options
Hello, I have used the export feature of Data Tables, now I want to use the date range custom filter also, but whenever I try to include date range filter it is giving JavaScript error and I am not...
View Articledynamic sheetName?
Hi @allan Is there any way to set a dynamic name for the sheetName option? I have modified the buttons code to allow for a function in the same way as filename/title. Is this one way of solving it (as...
View ArticleProblems with external data tables text field value.
Well, the problem is that, i have a data tables with MySQL and PHP, and i do a date filter outside the datatable, the filter works on all the tabs, but i want to divide the days, difference between the...
View ArticleReplace HTML Table with new one on select change
Hello, I've been a fan of DataTables and been using it for a while now especially in making reports. Just a question. I'm trying to replace the whole HTML table on select change because I need to...
View ArticleUnable to specify column width during initialization
First time DataTable user here. I have a page which needs DataTable and ChartJS. The columns command during initialization did not have any effect. Also if I add scrollX, the column search function...
View ArticleParent / Child Editing not returning value from selected row
I've attempted to follow the example here https://datatables.net/blog/2016-03-25 to set up parent/child table editing, but when a row is selected in the parent table, it does not submit the id value...
View Article$('#Table').DataTable().ajax.reload();
Hi, when i lunch $('#Table').DataTable().ajax.reload(); I'm brought back to the first page .. in practice I have to delete elements from the table, and I would like to stay on that page...
View ArticleI cant submit my form inside data tables
I cant submit my row wise form after add data table... please help me....
View Article