Return multiple fields for the label in Editor Options->render( function )
Hi, How to return to client side the value Options->render( function ) from the example given here: https://editor.datatables.net/manual/php/joins#Options-class i can't find the JS code for that....
View ArticleCan't get data tables to work
Hi, I've made a very simple page that I've saved on my local drive just to get started with DataTables but unfortunately it seems to do nothing. I've tried the HTML below in IE11 and Chrome (latest) -...
View ArticleAlways "No Matching Found" with serverSide Enabled using custom data
Hi everyone, I've tried to enable serverSide with my current code, but I ran into some problems. By now, whatever I do, my table always ends up with "No Matching found". Here is the minimal code:...
View ArticleError joining two mysql tables.
Good night, I am trying to join the tables baptask_sheet and people. They are both in the same database called Tasks. Code Explanation: I have clickable tabs that displays a persons name. When it is...
View ArticleDatatable Editor Implementation in ASP.Net MVC with Model Data
AM facing lot of troubles with editor implementation. I have a trial pack of Editor. <table id="demoGrid" class="table table-striped table-bordered" cellspacing="0" width="100%" > <thead>...
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 ArticleUncaught TypeError: Cannot set property '$' of undefined
Hello, I wanted to use DataTables in my wordpress theme but it doesn't work. I get the error above... I installed DataTables with npm. My main.js looks like this: var $ = jQuery; var dt =...
View ArticleFunction Callback as a datatable column
I'm using jquery datatables. I would like a column of the data table to be the result of one of the data in the row ("name") + the result that returns a function to that call, passing it the id of that...
View ArticleCan we render a javascript or jquery html object in 'columns.render' function?
Hi There, I am running into a problem. I just want to add a button on each row and I have achieved it by using below code Codepen url: https://codepen.io/ravi-shukla/pen/GbZXzj?editors=0010...
View Articlehow to merge cells in excel when exporting datatables?
When I export datatables.net to excel file I need to merge few cells. How to do it? I tried code below, but it doesn't work: customize: function( xlsx ) { var sheet = xlsx.xl.worksheets['sheet1.xml'];...
View ArticleOrdering complex types with multiple dataTables
Hi all, I found these great examples regarding ordering columns based on complex formatted data. It works great for me. https://datatables.net/examples/plug-ins/dom_sort.html BUT: I found this code is...
View ArticleSelect2 - 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 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 ArticleOnly allowing integers in inputfields
I have a datatable where I fill it lines containing input fields. And I would like those fiels only to accept numbers (Integers) is there a way that datatables resticts the user from entering anything...
View Article.row("#Id").data(row) on filtered lines breaks the row selector with hash...
Hi, I use a datatable with 10000 lines (clientside). In order to have a good responsiveness, some lines are hidden using the $.fn.dataTableExt.afnFiltering method, and these line are shown per request....
View ArticleBest way to modularize (maintainable code) for multiple tables?
This is my first project. I have 11 tables for 11 pages with multiple configurations. Most of them just use sorting, some of them use search, some of them have dates others not. Any ideas on how to...
View ArticleEditor: PostgresException: 42883: operator does not exist: text = integer
I stumbled onto what I think may be a bug today and found a few forum posts that may be describing the issue I'm finding. If you add a where clause to your editor instance, any value you give it that's...
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 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 Articlecolumns visible & responsive
hi in this example I have 3 questions ... 1st question .... I would like the name of the column "Columns1" but its button "Button Columns1" "Columns2" but its "CustomColumns2" button 2nd question .......
View Article