Editor 1.6.2 .NET - minified Version
Hi Allan, Maybe I can confirm this -> https://datatables.net//forums/discussion/comment/70055/#Comment_70055 I am working with the Editor 1.6.2 .NET Version just downloaded recently in an Microsoft...
View ArticleConditional Formatting
Hi All I want to set the colour of a row based upon the value of one of the cells in the row I know I need to use rowCallback function to do this: the...
View Articlerow().remove().draw(false) causes blank table
So I have a DataTable initialized with few options such as scroller. And when the sort order is desc or asc, and I remove a row and the table is scrolled to the top of the list it works... however if I...
View Articletaglist/seelct multi select field
Hello. is it possible to create a taglist or use a plugin for this like this e.g. https://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/ Kind regards. Noël
View ArticleLoad select box in my editor popup dynamically from database
I want to load the options in my select box on the editor popup from the database. I do not have any joins in my sql. What is best way to do this. Do not want to hard code the option values. Thanks!
View ArticleEditor submit "all" only submits editable fields
Hi allan, i am currently running into a problem with non editable fields on editor. I need to submit full row data on some pages, but have some columns which are non editable. On preSubmit i need to...
View ArticleExport to Excel 0s and 0.## formatted as string issue
I am using excelHTML5 to export datatable to Excel but the 0 and 0.## are exported as strings. All other numbers are exported as numbers but 0s and 0.00 or 0.58 etc are formated as string. I saw in a...
View ArticleHow can I get the selected item of LengthMenu dropdown ?
I need to get selected item fro the dropdown.
View ArticleCannot read property 'error' of null occurs almost on every click
Hello, I'm creating a custom plugin for my Wordpress site using datatables. So far, it's okay but once I click on sort, end of page(pagination), etc., I always encounter this error: Uncaught TypeError:...
View ArticleApply stripeClasses only when data is available?
Is there an easy way to turn this off only when I've filtered my list down to no entries? In other words, I want the stripe classes when I'm showing data, but when there are no rows loaded, or no rows...
View ArticleOracle - Editor Adding Table Name to Query, Causing Joined Table Inserts to Fail
Hi! I am setting up Editor with an Oracle DB which has lots of joined tables. Read, update, and delete work just fine but I have a weird problem when I try to create an entry. The main database gets a...
View ArticleRowGroup 1.0.0 sets colspan=0 when table is hidden
RowGroup 1.0.0 has a bug where it sets "colspan=0" if the datatable is hidden during initialisation. This looks like the same issue as a generic case in the main code:...
View ArticleUncaught TypeError: Cannot set property '_DT_CellIndex' of undefined
Hello I have a problem in one of my pages, where I get this error in the console_log. "Uncaught TypeError: Cannot set property '_DT_CellIndex' of undefined" I have other pages that display all the...
View ArticleHow to crud (add,modify,delete,update) in excisting excel file using jquery
How to crud (add,modify,delete,update) in excisting excel file using jquery
View ArticleNo matching records found
Good afternoon guys. I'm developing a web app using Spring MVC; basically, i must query a db for some data and show them into html table, updating the div elements of the home page. Thedata are...
View ArticleExport to excel is exporting 0% to blank in excel file
Hi Team, We are using data-table export to excel functionality. We have a column in data-table list where value can be 0% but while exporting to excel value 0% is exporting as empty value in excel. Do...
View ArticleMake select-type field temporarily "multiple" only for create
Hi, I'm looking for a way to handle the following situation: I have a table including select fields which only allow one value (default behavior) by design. But for the creation of new entries/rows I...
View Articlesum in footerCallback with scroller problem
Hi, I using sum (current page) in footerCallback with scroller to respect the filters and feet. In scrooler, sum change and not really totals. My code: $.ajax({ type: 'POST', url: 'Rel.aspx/GetData',...
View ArticleHow to trigger an update function when page reloaded
Hi in the server side, I would like to execute this: # <?php editor ->on ("(syntax for page reloading)", function($editor, $id, $values) { // my own function to update a specific field } ?> #...
View ArticleFeature request
Possible we can define the href attribute when creating a button? Having logic that if the href is defined, i.e. not a '#', then the anchor tag acts as normal else you preventDefault (which i assume...
View Article