Search
-
Disable or Hide Buttons if User Does Not Have Access
by RAWaddell ·I've added two buttons to my DT to export to CSV or PDF, but I only want them enabled if the user is an Admin (set as part of the PHP login and stored in $_SESSION['wf_user']['isAdmin']). I saw a sim… -
Column rendering return with customized function
by tianyimiao ·I am new in datatable, I am wondering is it possible to do something like that, in rendering column return a html string with customized function removeRow, the aim is to remove the entire row if ima… -
How to get values out of Ajax Request from Datatables(JQuery)
by tomspleesters ·Ye, so I looked into ajax.data and I'm going for the "Add data to the request by manipulating the data object" method but now I still can't find a way to access the in-form input id's to se… -
Uncaught SyntaxError: Unexpected token :
by 08elf ·@Allan I've got all the other code in there, just removed it for this example, but if it's helpful to have it all I can put it in. URL is adamfkltest.firebaseapp.com -
Date field showing time component when datepicker is present
by allan ·Can you show me a bit more of your C# code please, particularly the lo_LDTFs and how you are using lo_DTF there? -
Duplication of data (columns) when using LeftJoin with Editor (.NET)
by allan ·Yes, you can use inner classes to creating the nesting, or (as of Editor 1.7) pass the table name to the Model() method along with the class (as the generic parameter): -
Xss protection on Ampersand
by allan ·One option would be to us a custom XSS function. HTML Purifier in particular is good, although is is massive which is why I didn't include it by default. -
How to get values of multi selected rows
by kaustubh.agrawal2000 ·Hello, -
Table in custom field type
by clc ·Is it possible to get the Editor to display a table as a custom field? -
Uncaught SyntaxError: Unexpected token :
by 08elf ·Hi, -
Cannot read property '_ColReorder_iOrigCol' of undefined
by stormfeng ·Today is 2018/3/28. -
Second ajax call confuses url with object
by matt_g ·Just in case it helps, here is where I initialise my table: -
Deferrender not working
by kthorngren ·I have a listener on rowCreated but it does not log anything. What am I doing wrong? -
Deferrender not working
by impurfect ·Below is how I initialize the table. The table renders correctly with a hyperlink to the document but it loads a bit slow. I have around 4000 records and it takes around 3 secs. I want to add other c… -
Second ajax call confuses url with object
by matt_g ·I've got a search box on my page that updates data in a datatable. Here is the code: -
How to use datatables in DotNet core Angualr 4 template (Without Angular cli)
by p41only ·I have created a Angular 4 with dot net core application using visual studio template. I want to use datatables in my app and tried to follow steps using https://l-lin.github.io/angular-datatables/#/… -
Fixed table header pops up when there is no data table
by kthorngren ·Thanks for the test case! -
Fixed table header pops up when there is no data table
by kevingeorgex ·Hello, -
How to make Editor send a json object in the remove request
by clork ·Hello, I implement interface for my small CRUD app and would like to send a json in all create, edit and remove requests. Json is sent at create and edit, but data is sent in delete as query paramete… -
Custom type sort is incorrect in Chrome with over 10 items
by kthorngren ·Two things you need to do: