Search
-
Readonly records
by allan ·What I would suggest here is that you override the default init function for your edit button to add a check in to see if the selected row can enable the button or not. e.g. -
fixed column not working - no error messages
by Arudian ·Hi, -
Load JSON from Django Variable (Ajax)
by a_adams ·Hi Kevin, -
Load JSON from Django Variable (Ajax)
by kthorngren ·I think its becoming more clear - sorry a bit slow on this one I'm assuming you are still having the same invalid JSON response error. -
Load JSON from Django Variable (Ajax)
by a_adams ·Hi Kevin, -
Disable or Hide Buttons if User Does Not Have Access
by RAWaddell ·This seems to work (isAdmin is a JS global variable; I'm planning to switch it to a hidden input and reference it by ID instead): -
Can't print on Internet Explorer 11 after customizing the print?
by sanjeev-shrestha ·I am trying to concatenate couple of items before the table while printing. For some reason, this code works in chrome, firefox but not in IE11. Does any reason why it is not working for IE 11?? -
Two dropdown fields and left join problem
by iso sio ·Hello all, -
Second ajax call confuses url with object
by matt_g ·I've managed to figure out what the problem is. Normally, when you initialise your table, you specify an ajax object: -
Upload - icons insteed of images
by paintitblack ·Hello Allan and everyoneelse, -
Use search plug-in on only one table with a page with multiple tables
by torple ·Here is what I am working with: -
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?