Paging Next/Before button need "show entries update" to work
Paging button need "show entries update" to work...if i dont update dataTables via show entries, the paging button link to undefined 404 page. Any hint...tk
View ArticleSum on footer of the table
I need to get the sum of total amount in the footer of the table whenever the filter and date filter is done . This is my code attached Let me know on where to add the sum
View ArticleHow to validate Edited Row in .net with MVC5?
Hi, I have a .net MVC5 architecture with entity framework, separated in front end and backend where I use the editor, is there any way to validate the editor data without having to use the data context?
View ArticleDB Connection
Just start process and Created a table with Table Editor, Here is the error I get when I run the HTML page created. DataTables warning: table id=tabling - An error occurred while connecting to the...
View ArticleColumn widths widen depending on search
I have certain columns that have only an icon to allow users to click and download files. These columns are defined as %1 width as shown below. { data: 'FIG', orderable: false, targets: 5, width: '1%',...
View ArticleHow to implement interntionalization for jquery.datatable.min.js?
We have tried following code but it does not work. $(document).ready(function () { $('#myTable').dataTable({ "language": { "url": "datatables-ch-zhs.json")" } }); }); We need to implement this on...
View ArticleButton Extensions not showing up
I created a JS fiddle to show this: https://jsfiddle.net/q0ruv6sx/2/ I am instantiating this by the following code: ThisDataTable = $('#MyTable').DataTable({ data: TableData, buttons: [ { extend:...
View ArticleDataTables buttons on wheel click
Hi, I am using DataTables button as a link to another page, code is shown below. However I cannot find a way to handle wheel click on the button in order to open the same link in new tab because href...
View ArticleRendered input radio undefined when selected
This is a tough one ...at least for me. I have a simple input radio button that is available in every row which is created in a column render. The problem is when the radio is selected it does not have...
View ArticleCombining a URL with ID
How to do MY Codes: var editor; // use a global for the submit and return data rendering in the examples $(document).ready(function() { editor = new $.fn.dataTable.Editor( { "ajax": "staff.php",...
View ArticleHis there a way to report back if only a subset of listed rows could be...
If for some reason only a subset of the rows can be deleted from the DB, e.g. table constrains, is there a way to report that back so the editor doesn't remove those rows from the GUI?
View Articlecolumn.search() is not filtering my table
Can you please check what did I missed in my datatable. I've created a simple search but it's not filtering. <input type="text" id="txtserial" name="txtSerial" class="form-control" /> Here's my...
View ArticleBug in AutoFill and KeyTable together: Use autofill for a just edited field...
Hi, I just tried all the examples for editor and I've found a bug on your example page https://editor.datatables.net/examples/extensions/excel.html 1) When I click into a cell, enter new content and...
View Articleeditor does not fire postCreate event
The postCreate event does not seem to fire when a new row is created. The row is created but the view is not updated. I have a work around to make the grid update but I really need to hook into this...
View ArticleGo to specific row id
Hello, Is there a way to jump to specific TD id? I'm using pagination.
View ArticleButtons and requireJs
Each buttons file (buttons.bootstrap.js, buttons.colVis.js etc) defines define( ['jquery', 'datatables.net-bs', 'datatables.net-buttons'] So this causes a problem because then requireJs complains that...
View ArticleError: Cannot read property 'oFeatures' of null because getting oSettings,...
Please provide solution for: var jq = jQuery.noConflict(); var paramsKeyDevices_DeviceOverwiew_Details_PresetTesting_LastActions_table = new Array();...
View ArticleAsp.net Core Editor example
First of all, a bit of background - recently started my first asp.net core project, or it would more precise to say first dev project in like 10 years, so yeah, currently rate myself a newb in...
View Articlehow i use statecall back function in Angular4???
how i use statecall back function in Angular4??? in angular4 ajax not work so how can i send data to data base??
View Article