Can I use Column.render multiple times in one table?
I have a table and I want to add a menu on the first column and last one, I'm using the following code and would like to achieve the result in the picture. ATM the front menu on the right (Right Caret)...
View ArticleInline editing 4.2 appearing as 4.1999998
Using datatable and Editor (in line) to allow a user to enter sample results. Numbers such as 4.2 are being stores correctly in MY MSSQL DB but being displayed with a floating point error (I assume)....
View ArticleScroller & stateSave doesn't work
Hi, I would like to report that State saving doesn't work with Scroller. After the page refresh Scroller cannot find proper position and stays at the beginning of table. Steps to reproduce: 1. scroll...
View Articleuse two or more tables from database in editor
I use codeigniter to create editor datatables, it was normal for one table, but when i use two tables, there problem in ajax, here is model. public function getNdsar2020($post) { // Build our Editor...
View ArticleExporting to CSV "SÃO" and "Há"
Im exporting my data to csv and when there is any special character such as "SÃO" and "Há" the result is SÃO PAULO and Há Can you please help me on this? Thank you in advance
View ArticleChange background color of first cells of rows
Hello, I search for rows whose third column value is equal to 'AAA' var table = $('#jobs-table').DataTable(); var indexes = table.rows().eq(0).filter(function (rowIdx) { return table.cell(rowIdx,...
View ArticlePrevent modal from updating datatable
Hello, I have a modal linked in my navigation that has a form inside of it which is interfering with the datatable on the page underneath. I'm not sure if this is a bootstrap modal issue or a...
View ArticleScroller doesn't set scrollbar position when table is first drawn
So I'm using scroller with a very large table (>30000 rows) with server side processing. If I'm in the middle of the table somewhere, and click the reload icon in the browser, It will re-draw the...
View ArticleProtect deployed webapp based on editor plugin
Good evening (o; As I, or my employer are due to soon to buy the editor plugin I would like to ask: When I deploy a web project to a customer with datatables/editor.... would the customer be able to...
View ArticleTable not displaying correct answer. What am I doing wrong?
The code for my table is here http://live.datatables.net/jofuhaca/13/edit It runs on my pc but not on the live link, not sure why. What I am trying to do, is collect api data on a loop and look for a...
View ArticleBootstrap4 DataTable sort and search are not working.
Hello I am following the instructions https://datatables.net/examples/styling/bootstrap4.html My table tag is as follows: ** < div class="container"> <!-- jQuery first, then Popper.js, then...
View ArticleDatabase updated but not editor
I think I can explain this on the server side, but essentially, the Datatable isn't updated after an edit...at least not immediately. For instance, lets say the original value is 234, and I change it...
View ArticleendRender Current Row
, endRender: function (rows, group) { var tQty = rows .data() .pluck(3) .reduce(function (a, b) { return a + b.replace(/[^\d]/g, '') * 1; }, 0) ; var tAcc = rows .data() .pluck(4) .reduce(function (a,...
View ArticleHow to make search function point to the row without hiding other row?
Hi, I am new to datatables and now currently doing the search function. Datatables's search will point to the search result and hide the other row. How can I make the search point to the search result...
View ArticleI want to make the link transaction to new tab
I made some new Datatables, and I try to make a hyperlink to that. Here is the code that I wrote. var apiInfo = { url: staff_list_url, method: "GET", parameter: "SearchArea", aoColumns: [ { sTitle:...
View ArticleDatatable Ajax SearchParameters
I have a custom made filter function on my website where I am using one of your datatables. When initializing the datatable one can add parameters with the "data" option. I want to do this, but only if...
View ArticleHow do customize excel with using datatable in jQuery?
I m using DataTable (Jquery) to export excel file. But I facing on how do put extra information to export excel file. I have tried some code but it didn't meet my expectation. My expected exported...
View ArticleAutofill is giving me "Uncaught TypeError: this.node is not a function"
I've been searching these forums but can't seem to find an answer that work for me. I've got the paid version of editor and the code on my table looks like below. I'm trying to get Autofill to work -...
View ArticleLandscape Option Not Showing in Google Chrome Print Preview Options
Hi, I am using datatables on laravel project. When i use print button or ctrl+p, landscape option not showing google chrome print preview. How can i show this option? Thanks.
View ArticleLoad header based on json file
The json file is over 800 date records. Each date has to be an individual column with its data. So far, i know that i need to define all columns when using json in order to draw the table. I am new to...
View Article