Name:'push' creates empty select field
In Editor if the select column name is "push" it seems to create an empty select field. For example: { label: 'Alert Type', name: 'push', fieldInfo: 'Push notification or in-app alert', type: 'select',...
View ArticleDatatable ColResize along with Individual column search and column filter
Greetings, I am trying to use datatables along with individual column search and column visible. I am using the colResize plugin from https://github.com/Silvacom/colResize However, I am not able to...
View ArticleTrouble with Editor fieds select
I'm using the Datatables Editor with a field select for two tables with the data of the examples. I've built a seletc field with the name of the city. Cities are in a different table from the one with...
View ArticleEditor: submitError
Is there a way to handle the submitError event for the inline editing? Or, any alternatives to displaying the error for inline editing in the same cell?
View Articlehow to plugin datatable in php file when i fetching data in phpmyadmin.
how to plugin datatable in php file when i fetching data in phpmyadmin. i am try to upload .css file and .js file with script in header section but till not responded jquery datatable how but is...
View ArticleFix left 2 column in Datable in Bootstrp Modal
i need to load data with datatable in Bootstrap Modal, requirement - Left two column fixed in Datatable. when load Modal. Horizontal Scroll Enable ( Left Two column Stick when scroll )
View ArticleWhy Datatable header and footer not getting properly displayed initially?
I have configured datatable as below: function BindDataTable(targetGrid) { var sortableGrid = $(targetGrid).attr('id'); var DT = $('#' + sortableGrid).dataTable({ "fnInitComplete": function () { $('#'...
View ArticleMjoin Having Error on editor 1.6.1
After upgrading to 1.6.1 i am having error using Mjoin As far as i understand from the error, the problem is about the sql constraint, but there are no rows in the joined table. Before upgrade, it was...
View ArticleAjax works reading JSON datasource from file, but not from variable (Django)
I really hope someone will help with the problem I've been stuck. I have a below code in my index.html: $(document).ready(function() { $('#mydata').DataTable( { "ajax": { "url": '{% static...
View ArticlePush variable with HTML-Table to Datatables
Hi @ all, I read a csv file and generate a table in a variable (see script). How do I push the "html" variable to datatable to get this result DataTables. $.get('stock.csv', function(data) { // start...
View ArticleHow to use $_GET["search"]?
I'm using the search option, but I want some links like www.mywebsite.com/?search=var1 , but I have no idea where should I put those vars, like: if($_GET["search"]!=NULL) echo $_GET["search"]; Is it...
View ArticleHow to populate multiple dependent and cascading select fields in Editor
I want to edit my artists data using datatables editor component, each artist has nationality1 and nationality2 (both select tag but independent) born country and born city (cascade select options) die...
View ArticleHow to set same hyperlink for multiple columns?
I have 2 columns that I want to be linkable, I want link to be related to the data of first column. Here's my code: $(document).ready(function() { var json=JSON.stringify({{ suppliers_all | safe }});...
View ArticleHow to programmatically set template attribute in Editor 1.6?
Hi folks, Is there a way to set and unset (above all) the new template attribute for a Datatables Editor instance? I have a table which changes columns drastically depending on it's usage and I would...
View ArticleURGENT - Basic Ajax Question
I have a json response as shown below and when I tie it to the datatable I am getting error "Cannot read property 'length' of undefined" I know DataTable is looking for "Data" field but I am not able...
View ArticleWays of passing data to datatable
Hi everyone, I have a jquery post like following, and which updates my existing datatable directly by injecting the data into the DOM like following: $.post("/SearchCompetitor/Index", { username:...
View ArticleOrdering on two columns
By using the solution "Server-side". On the first page sort sql-query "ORDER BY IF (TDATE = '0000-00-00', DDATE,TDATE) DESC ". How to simulate this query for the remaining pages?
View ArticleJSON ENCODE view - multilines
Hello, in mysql have text: {"id":"133","calendar":"2016-12","uzivatel":"","file_pdf":"135"} I want for print view text in datatable in beautiful print: { "id":"133", "calendar":"2016-12",...
View ArticleI want to check all the checkboxes in gridview having pagination
my problem is when i select header checkbox it select all the checkbox available in page 1 ind all the checkboxes remain uncheched in rest of the pages......
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 Article