FooterCallback - both totals coming back as page totals
I'm using the footerCallBack and the Page Total and Total amounts are the same. Here's my code: <script type="text/javascript" language="javascript" class="init"> $.extend(...
View ArticleCan Not obtain data from mySql
Hello folks, I am new to datatables and am having a heck of a time getting started. I can not even get the examples to work right. I am using Windows 7 Professional, WebMatrix 3, PHP v 5,4 and MySQL...
View ArticleAJAX data source throwing TypeError: b[a] is undefined
(debug code ucolef ) I'm trying to get my tables working with an AJAX source (client-side processing). The table definition looks like this: var bbTable = $('#bb_datatable').DataTable({ "sDom":...
View Articleajax.reload keep inline edit
table.ajax.reload(null, false); console.log('ajax.reload'); }, 10*1000 ); My table every 10 seconds reload. If I'm editing while reload,Edit box disappears. Please see GIF. Thank you for your help.
View ArticleColumn alignment with ScrollY
Hi, I have a table which works perfect until I use scrollY, I've tried using columns.adjust() with no luck. Any suggestions? Thnx!
View ArticleUsing postCreate and postEdit together
I am able to use both postCreate and postEdit individually successfully. When used together only the postEdit works. I am trying to create table entries of the user and the date when a records are...
View ArticleExample of using the mjoinMinCount validation
Hi! I'm struggling to understand how to use the new Validate:mjoinMinCount() validation. Reading the manual this was my best guess of how to use it but this does not validate: ->join( Mjoin::inst(...
View ArticleExample for DataTables Editor w/ASP.NET Core/Razor Pages
I've read every article matching +datatables +asp.net +core, 13 times over and can't get anywhere with getting DataTables Editor working on ASP.NET Core w/Razor Pages. Most of the examples are...
View Articledifferent sql result sets
When I run this server script (php) I get a result set having a size of 2,970 rows. <?php /* * Editor server script for DB table accounts * Created by http://editor.datatables.net/generator */ //...
View ArticleDatatable stops functioning...
Happy Evening, Suddenly all my data table suddenly stopped working in my website in all pages. Looks wired, it happened couple of days back and solved by itself - again it happens today. Please help me...
View ArticleFatal Error when validating input
I'm using editor 1.9.1 and when I try to add an entry to the database the "Validate::dbValues" throws the following error. Fatal error: Uncaught Error: Call to undefined function...
View ArticleDoes editor support a select type when using a VIEW?
I'm following the example here, https://editor.datatables.net/examples/advanced/sqlView But editor only populates the text field and not the select fields when editing. When creating a new entry...
View ArticleMjoin
in Node.js ,run parent/child editor,console display unhandled promise error:[object Promise]ReferenceError:mjoin is not defined,why?
View ArticlePopup Editor - Save but not dismiss.
Is there the possibility of adding a second button within the popup editor that would do a Save but not dismiss the editor like Update does?
View ArticleIs there a render function to limit characters displayed in a field in table...
I have a table with half a dozen fields to display in table view. One of these is a comments field which could be a few words to a Michener novel. In PHP I can do something like: $text = substr...
View ArticleSelf-referencing left join
Hi I'm trying to convert the following sql into valid server DT code but I'm struggling a bit translating the aliases and embedded select statement in the left join. Here's the sql: SELECT V.ID,...
View ArticleReloading a DT with an array as its source
Hi This page gives a number of examples of how to load/reload some ajax data but how is this achieved with a js object array? I'm setting a DT with an array and have a refresh button but can't see how...
View ArticleDuring importing the dataset why certain field is always asking about the...
I've around 200 records dataset which already created by the datatable editor. After exporting the dataset and try to import it again from there it always come up with "Undo changes" for a particular...
View ArticleNpm datatables.net support
this npm("npm install --save datatables.net') is providing only js files. css files are not coming. I have downloade and added manually and it's working locally but when it's come to deployment in live...
View Article