Select2 - Selected value is empty on dropdown open
Hi, I have ad editor with this field: {label: "Lunghezza", name: 'lunghezza', data: "lunghezza", type:'select2', options: [], opts: {"tags": true}}, The options are populated on init: editor_detail.on(...
View ArticleGetting 3 and sometimes 5 excel files when I click on download.
Hi, I am getting 3 to 5 download on the same file when I download a excel file. And it only happens on Chrome. Any ideas what I can do to solve this ? Kind Regards S
View ArticleWorking with row reordering
HI I'm trying to make reordering work but having problems. Clicking and dragging works but dragging moves the items for a second or two then the rows go back to where they were. The number under...
View Articleexport text
here I have this situation, in column [2] shorten the text as it is only one problem when I export exports the cut text (instead in that case I would like it in full), if possible I would also like to...
View ArticleCompatibility between button visibility on responsive and checkbox of...
I have a table where I have the button to see more detail in responsive mode, and the extension select, and the 2 button have some conflict, when I click on plus button to see details it also select...
View ArticleAdd extra sheet with preset data Excel export
Hello all, I am making use of the DataTables in my ASP.NET Core application. When I export to excel now it just generates the HTML table which is present on the page I'm exporting from. But now I need...
View ArticleLoad data from AJAX after table shows data from pagination button
Hi, I have a table that is loaded with data that comes from MySQL but in that data there's an ID to identify the name of a value in a object that comes from MongoDB, I have an AJAX method to call the...
View ArticleExport buttons not showing
I am trying to run an example for another question but somehow I am stuck with the issue with my export buttons for now. As the export buttons are not showing and I dont see a reason why is that so. As...
View ArticleHow do you get responsive editor to work with rowReorder?
I noticed that when I enable row reordering with responsive that responsive fails. If you click on the + button it flickers maybe but the hidden columns don't display. I looked at a couple forum posts...
View ArticleServer-side processing: minimum search string length?
I've seen a number of design cases in a web page where a user is required to type at least 3-5 characters in the search field before a list of results is produced. Typically this is when there are a...
View ArticleShow concatenated fields on modal form
Hi I see how fileds can be concatenated on the data table like here but how can I show the same data on the editor modal form? I just need to display data so stringing fields together on the modal form...
View ArticleConcatenate fields at server level
Hi I need to concatenate 2 fields at the server level as they need to be encrypted using a Windows encryption api. Here's what I have: HttpRequest formData = System.Web.HttpContext.Current.Request;...
View ArticleCell classes and Bootstrap 3
Hi I saw the comment at bottom of https://datatables.net/manual/styling/classes#Cell-classes and I believe none of the cell classes work with Bootstrap 3 as using className: 'dt-center', eg does...
View ArticleHow to export for all values in a column filter?
I am looking to export for all the existing values in my column filter. The code works perfectly for a selected column filter and it can be exported for the selected column filter value but what I need...
View ArticleCan I check # of data rows from within column.render?
I'm trying to render a delete button column, but render it disabled if there is currently only one row in the table. The body of my render function is like this: var disabled = opts.allowDeleteAll ===...
View ArticleAngular 6 - Cannot refresh datatable when select option in dropdown menu
Hello, I just started using datatable in one of my Angular 6 project, and I'm really lost when it gets to refresh my table over a selection in a dropdown menu. Here is a preview of my app, and what I...
View ArticleRefreshing DataTables Settings when @input change Angular
Hello i need some help about refreshing datatable infos like the numbers of elements when i have two components Parent and Child when the @input change in the parent i want to refresh all the info in...
View ArticleWhat is the simplest way to set a specified default fon-family and font-size?
I want to change the default font-family and font-size to font-family: tahoma, arial, verdana, sans-serif; font-size: 12px; Is there a simple way to do this?
View ArticleHow can I load the js files on demand?.
Right now, I should attach every .js file for every downloable file format. Of course, those scripts are always loaded wheter or not the user will click a Download Button. I want to know how I can...
View ArticleCannot read property 'oFeatures' of undefined at Editor.. [as _tidy] (datata
Al seleccionar los opciones del datable aparece el siguiente error: core.js:15724 ERROR TypeError: Cannot read property 'oFeatures' of undefined at Editor.<computed>.<computed> [as _tidy]...
View Article