Dropdown in editor is not working correctly
I have used custom select options drop-down with custom label & value. Below is the code for that. var userClasses = [ { "label": "Administrator", "value": "admin" },{ "label": "Contact", "value":...
View ArticleCan you tell me if i just paid for the forum 10617 and not to renew a script...
Hi guys anybody tell me what it is i just paid the 8 pound odd for was it the forum or am i able to use scripts? I'm looking for a database with i can use for a non profit website. I'm looking for a...
View ArticleProcessing data not draw on Server Side
Hi guys, I am using DataTable Server-Side processing, and I am having problems when data should draw on data table. this is my init . $(document).ready( function () { var tableNomina =...
View ArticleProblem with async stateLoadCallback
Hello Friends, Please, I have big trouble with async stateLoadCallback. When I use this call the script in section $(document).ready(function () stop correct work. I mean this code for call...
View ArticleSearch broken in Server-Side Processing
Hi guys, I'm trying to transition my DT to SSP, and it's working great! However, I'm running into a few problems with parts of the code, because I used to rely on the data being fully loaded at the...
View ArticleExport excel report with changes after it got initialized
I have initialized the table with data. The export excel is working fine. If i make any changes to the table column manually through jquery. The changes are not exporting in excel. It exports the old...
View ArticleDatatable server side processing on table scroll
i am using datatable which uses server side pagination on table scroll. So It loads the data as an when I scroll down the table. I want to send api call to the service when i reach the 100th records,...
View ArticleChange cell border color to white in excel export
Can we change cell border color to white or remove cell borders? If so, can you pls provide me a code for it
View ArticleMerging arrays in php before json output
I'm moving to server-side processing. Usually I'd merge JSON fields with javascript after the file was loaded. I can still do that in SSP, but it breaks up search, since search works in the original...
View Articleon click handler doesn't work after a refresh of the data
I'm building an HTML table via Javascript DOM, then initializing it with datatables, including hooking the click event to track the number of selected rows. Works as expected. When I want to refresh...
View ArticleHow do i get the classname of autofill cells.
How do I get the classnames of those cells that was selected during autofill? $('#TestTable').DataTable().on( 'autoFill', function ( e, datatable, cells ) { var x = table.cells('.PublicHoliday');...
View ArticlefixedColumn loses it function when iFrame resize
HI All, I'm currently working with an application that uses DataTables with the following settings: "iDisplayLength": 50, "bDestroy": true, "bJQueryUI": false, "bLengthChange": false, "bServerSide":...
View ArticleHow to add a row with HTML5 data-order attribute?
https://datatables.net/manual/data/orthogonal-data This page says it should pass data with "@data-order" but it seems not working for me. <table id="dataTable"> <thead> <tr>...
View ArticleAutoComplete AutoFocus Select 1st suggestion Select 1st Dropdown
Hi @allan / @colin In inline Editor, I managed to use autocomplete. It shows suggestion when keys are entered. My user would like to press on TAB and also click out of the cell, to submit the top...
View ArticleI am looking for a site to input financial data into a table.
Hello, I am interested in finding a service where I can input stock prices and options prices into a table for sorting. Has anyone seen that kind of service before?
View ArticleChange value of another cell based on one cell input
Hi! Suppose I input a value in column 1, I want to auto change the value of another cell in column 2 (same row), what is the syntax I should use in "????" ? table.abc.js: $( editor.field( 'columnA'...
View ArticleNot every row is clickable - what to do about it?
I am using jquery and bootstrap 4.1. I have generated a table, that is sortable and searchable using the datatables plugin. I want to make each row clickable and I picked up a solution form...
View ArticleHow to filter dynamically created columns based on foreign keys during...
Hi All! I am working with datatable server-side processing. My database table contains "id" of another table as a foreign key, which I use to get "name" column for datatable. But I am unable to filter...
View ArticleResponsive extension button not displayed correctly in Internet Explorer 11
Hello, When having the control for the details view put in a separate column, the rendering is slightly shifted to the top (see screenshot). The example shown here has this issue:...
View ArticleEditor Format::dateFormatToSql when not setting all data
Dear all, In Editor last version, in Editor/Format.php, beware if using dateFormatToSql with a format not including all date and time information: the function date_create_from_format is using the...
View Article