Search
-
Problem to get datatable data with new column with null value
by CValle ·Hi! -
Adding Duplicate Data Alert Message
by thebumba0712 ·$(document).on('submit', '#addEmp', function(e) { e.preventDefault(); var empid = $('#addEmpidField').val(); var lastname = $('#addLastnameField').val(); var firstname = $('#addFirstnameField… -
Adding Duplicate Data Alert Message
by colin ·Is this using Editor? -
Page Ination in my data tabel is'n work
by kthorngren ·I may be missing it but I don't see where/when you are initializing Datatables. My guess is you are initializing Datatables before populating the HTML table in the last screenshot. Do you see somet… -
Using two functions in data to pass via ajax
by mahmoodrm ·hello friends; -
Validate the combination of two columns in the record are unique - c#
by allan ·With a single field you can use a custom validators like this (querying the database to check for duplicates), or if you have two or more fields that interact a global validation function would be th… -
Missing rows while exporting data from table in pdf document
by ln38 ·Hi ! -
Trying to get nested Editor/DataTable to work
by resqonline ·Following setup: -
Date Picker Error
by allan ·Indeed you do have a syntax error there. -
Date Picker Error
by Mikki_M ·Hi all I am having an issue with the below js file. The way it is supposed to work, is that on page load a datatable will be created based on a json file (formed from a mysql query). This table is al… -
Insert values of "Images" into img tag and place them into childrow
by TheNerdy97 ·** -
Horizontal scroll bar at bottom of DataTable? (under jekyll / gh-pages)
by AngledLuffa ·Link to test case: -
3 Datatables in 3 tabs print button works only once
by dariov ·Hello Guys i'm struggling with this issue: -
The columns are offset
by kthorngren ·The first error looks like you are loading jquery.datatables.js before jquery.js. -
Over cooked
by rf1234 ·@tangerine -
table .draw(); not working in jquery and laravel
by waweru99 karanja ·i have attached the controller that process the and send the response and the file that contains the script in one my comments above... -
Is Theme creator broken ?
by allan ·I've updated it now. -
Editor 2 nested editing
by rf1234 ·@allan - I see that other people also want to use field type "datatable" for parent child editing. Not just me. I have a work around that requires deleting the "datatable" field o… -
formOptions (onBackground) Option when using Semantic (Fomantic) UI
by foxy_stoat ·Hi, -
TRIM, UPPERCASE and First word uppercase
by allan ·A custom formatter would be the way to do this. Don't try to change the format in the validator, use the formatter for that, along with whatever C# transformation methods you need - String.Trim() etc.