How can I remove the dropdown blank below one column and not the others?
Greetings, As the title states, I would like to remove one out of 6 drop-down form blanks below the columns. Here is the screenshot of the table on my website: http://imgur.com/cyKdqoB I would like to...
View ArticleHow to hide custom filter textbox on responsive mode?
Hi, I have below code with custom filter textbox in header, but on responsive mode textbox filters are not disappears, only header title set to display none. Please help!! <link rel="stylesheet"...
View ArticleChained Ajax calls?
To get my data, I need to make a chain of Ajax calls to an API, where the 1st call gets a parameter that needs to be sent in the 2nd call, and where the 2nd call gets a parameter that needs to be sent...
View ArticleButtons (pdf,print,export to excel) not display in the Datatables
Dear Sir, I am not able to display Buttons in data tables. I read in your forum that there is possibility of duplicate java script. How can i identify which java script is conflict. How can i find out...
View ArticleHow to use stdclass result with ajax-datasource
Hello. I have a PHP script that returns a stdclass object with the dataset. Can it be used as a data source. And then an example of such use
View Article404 Bad Request
I have a table of 1305 columns and my JSON request length is over 193100 characters! How to disable all default parameters? My JavaScript: var table = $('#table').DataTable({ ordering: false,...
View Articlejquery DataTables Row grouping trigger by select
Trying to show default ordering after initial whithout the grey grouping tr , then shows the group tr after one html select selected. But the grouping is drawn by "order": [[1, 'asc']], "drawCallback":...
View ArticleInput type: "number"
Hi! here https://editor.datatables.net/reference/field/ you haven't type: "number" but I need it. How I can use this input type? Thanks
View ArticleJoin where
Hi, first of all I want to say I am really impressed by this product. I was wondering if it's possible to create an Editor instance from a JOIN/WHERE query like this: sql = 'SELECT first_name,...
View ArticleSum Columns don't work
Sorry, but I have this problem. I read different solutions but they don't work. I need a sum of column in my table. This is my js code but only alert with ciao doesn't show why? Thanks...
View ArticleAlways display vertical scrollbar
Is there a way to display a vertical scrollbar even when the data set is small enough to fit in the defined space? I want a vertical scrollbar all the time on the table. The table will always contain...
View ArticleGetting sub-grids to print in PDF?
I have a DataTable set up that uses sub-grids to show detail information. However, when I export the table as a PDF, none of the sub-grids are printed. Is there a way to get sub-grids to export?
View ArticleJAWS Screenreader, Table Loses Focus When Sorting From Column Header (508...
The government application I work on is going through an audit and we got dinged on an issue with the table losing focus when sorting. Here is the scenario with JAWS v17 running: 1) Using the TAB key,...
View ArticleProblem with Child rows (show extra / detailed information)
Hi, I have problem with this feature. On my PC it works. On my phone it doesn't work because there are 2 symbol "+", one becomes a "-" and the other one stays "-" and extra info aren't shown. To view...
View ArticleRowGroup: Creating subtotal rows with dynamic number of columns
There are some docs on how to create subtotal rows here: https://datatables.net/extensions/rowgroup/examples/initialisation/customRow.html But my table has a dynamic number of columns, so I can't have...
View Articleto prevent only white spase in input
Hi! I can't find solution how to to prevent only white space in input I found: .Field( new Field("groupes.grp_nom") .Validator(DataTables.Validation.Required(new ValidationOpts { Empty = false, Message...
View ArticleHow do you display a single row for a nested complex array of objects
Given this sample JSON data: "data":[ { "details":[ { "year":"2017", "description":"bla bla bla 2017", "producer":"Mrs. Producer", "url":"www.somewhere.com/checkbox", "director":"Mrs. director" }, {...
View ArticleStandalone Collection Editor in form layout?
Is it possible? In my case i just want to show data using a form template instead of panels. Does anyone have any examples, there is no need to add, remove or edit the records, just viewing them. Any...
View ArticleI need help with export options
I finally got things set up and working the way i want but the export option exports every row even when I have selected individual rows. Here is my code: $(document).ready(function() { var dataTable =...
View Article