Syling my buttons
Dear all, I have used show/hide column datatables in my app and it works perfectly, what I want to do now I want to be able to : 1. change the background-color of the buttons 2. be able to have a...
View ArticleNeed to check/uncheck a checkbox on all table rows including on other pages
I am attempting to check/uncheck a checkbox that is a column on each row. If I examine $('#grid').DataTable().rows().nodes(), this only returns the rows that are visible on the current page. Of course...
View ArticleIssue while loading the data table
Hi, Am new to .Net web application, datatables and editor. I went through the basic examples in the website. I am facing an issue. Hope someone can throw some light on this. Please find below the code...
View ArticleHelp with the DataTables.sln sample project
I am having problems getting the example .sln file to work properly. I have successfully added my DB connection which is sql server. However, I keep getting code errors in query.cs which I have not...
View ArticleData Tables export not working for dynamic content
Ok so basically after a table has been generated/rendered through the api, I have a function that executes. The function takes fills a value in each cell of a column with the value to the cell to the...
View ArticleChanging background color of Column 14
How can I change the color of Column 14 to #000000? Something similar to $('td', row).css('backgroundColor', '#000000'); but only cells in column 14 I have tried columndefs too but it just changes the...
View ArticleMulti-table search
I have two DataTables on the same page. Both are fully functional. One needs to have more columns that the other and I there are business reasons I cannot combine them in a single table. I want to be...
View ArticleDatatables - Responsive Row Trigger
https://datatables.net/reference/event/responsive-display I'm having a issue where the ajax reload function is causing the datatables responsive plugin to close the open row details. table.ajax.reload(...
View ArticleFormulas and Data Tables, client or server sided?
What works best with and/or does data tables prefer when it comes to formulas, done by client sided (js) or server sided (c#, sql, etc)? For example a column which content is generated by a formula...
View ArticleIs possible to filter blank fields on multi_select (YADCF)?
I want to know if its possible to get the rows with empty fields on this columns selecting (" ") or ("EMPTY") or something else on the column filter. I have a fiddle to explain this. At first column...
View ArticleHow to add multiple blank rows based on the input of a text box?
$(function(){ $("#addRowButton").click(function(){ alert("Click event works"); var n = parseInt($("#numberOfRowsTextBox").val(), 10); var i=0; var t = $("#example").DataTable(); alert("We got to the...
View ArticleHide field in table and form
Hi, I need some fields from a table to caculate KPIs and show them as fieldInfo, but I don't want to show the fields in the table and in the forms as well. I only find this both examples "Data shown...
View ArticleEditor - Inject Blank/Static Options into Dynamic Option List
Hey there, I'm having a issue with the Select2 plugin where the plugin requires a blank value as the first option so that the field doesn't default to the first option in the list (a legitimate value)....
View Articlehow to sum 2 cells and then total the column?
Allan, I have created a column which is the sum of 2 cells in the row. When I total (footerCallback) the columns, the original 2 columns total just fine, but the rendered summed columns fail to total....
View ArticleCan I force a table to render without a header?
I am stacking several tables on a page, and they share the same header (but different math)
View ArticleHow to add a Refresh Tab button
Please describe exactly how to add a button that'll only refresh the current tab. Ideally the Buttons plugin would offer a built-in Refresh button but it does not. We fetch data with "ajax":...
View ArticleI have a question regarding the CSV export
I included four buttons for the table in question...Copy, Excel, CSV, and PDF. Three of which work fine, although the PDF output leaves things to be desired. The problem lies in the CSV export. On my...
View ArticlecolumnDefs and savestate (1.10.13)
What I want to achieve is a column toggle (have a set of available columns, and allow them to be toggled). The way I was attempting to achieve this was: a) Build the DOM with all columns b) Initialize...
View ArticleHow to Resize column of data table
Hi All, I am not getting the solution of resizing of data table as per requirement, so if any body have the solution so help me for resizing the data table.
View ArticleEditor Ajax URL with Parameters
We freshly purchased Editor, but we are bloody beginners, maybe somebody have a hint for us. We are using Scripts made by the editor generator, wich works very good. But in one script we try to pass a...
View Article