Bootstrap 4 - page lenght filter shows double caret
Hello, please refer to https://nfctech.eu/datatables-bootstrap4-button-lenght/testcase/ that makes use of the last version of Datatables package....
View ArticleHow to check field value with custom button
I created a custom editor button to check the value of a field before opening the editor. I didn't understand the correct syntax to use to check the field. { extend: 'selectedSingle', text:...
View ArticleContents of Search input
Hopefully someone can help.. Basically I have an export to excel routine than mimics the way in which the datatable works and uses filters to narow the content down. However, the users can use the...
View ArticleInline Edit w/ Select Field and Update Image In Another Field
My table has two columns Name and Image. Name is inline editable, and I want to update the image corresponding with that name in the neighboring image column. To update the image column, I'm using the...
View ArticleScroll to bottom of page on editor close with escape key, but not with close...
Reproduced with https://editor.datatables.net/examples/styling/bootstrap4.html example on your site. On that page, select item, hit edit and then close editor with escape key. Page scrolls to bottom....
View ArticleProblem with simple SSP page
Have a very simple page / datatable I'm trying to get going. Basically no editor functions, and just want to grab some data from a table and display within a datatable. I've done more complex ones with...
View ArticleLimit number of pages in pagination
Is it possible to set the max number of pages displayed in the pagination? It is needed for the case when the actual number of pages is too huge and requesting data for last pages may impact server...
View Articlemysql errors cropping up in established site
i have a site which has been live for over 2 years now , currently running with editor php 1.7.0 and it has some mysql errors cropping up on some pages which didn't beforehand, I suspect as a result of...
View ArticleWhy does the favicon not display in the new Window created by the Print Button?
When the Print button's action is called, it opens a new about:blank Window and displays the report. Although the favicon (and all the css) is copied to the head of the new Window, for some reason the...
View ArticlePagination Problem
Hello, I'm having an issue with pagination in that the pages buttons are overlapping the bottom of the table. Any insight would be appreciated. http://gohomegrown.com/test.html Thanks, -Gabe
View ArticleBootstrap 4 - Table Buttons - small device
Hi everyone, I'm atm. migrating my page to bootstrap 4 and encounter a problem with the table buttons and don't know whats the best way to solve it. I use following code to get the length dropdown...
View ArticleHow to fall back when there is no data on the current page?
Hi, I have the following situation where the user might be on page 10 (10 items per page), some events on the server might clear the data on the server leaving only 5 records. Since I refresh from a...
View ArticleWhen Server-Side-Processing: How to render Column Data ?
How can i render Columns Data, when using ssp-class ? I tried to render the column Array, like i do within my editor Examples, but this doesn't work here. var thisDataTable = $('table').DataTable( {...
View ArticlePreselct "SELECTED rows from ajax data
I have created a checkbox, and a show selected button, but when I preload "selected item" from ajax, I am unable to force API to actually SELECT predefined checked rows: var exampleTable =...
View ArticleEditor not removing cleared items using select2 plugin
Its been awhile since I've messed with the select2 plugin and I'm probably forgetting something. It works good except when removing items from the selected items. Using DT 1.10.18, Editor 1.9.0 and...
View Articleellipses renderer causes truncated csv download
Referencing https://datatables.net/blog/2016-02-26 I used the ellipses renderer described within. When I use the 'csv' button to download the the table which has a column field displayed with the...
View ArticleHow do I properly use AJAX function to get data (in my circumstance)?
I'd like to move away from using a manually specified "static" data source, and I would like to better understand how to use "ajax": function (data, callback, settings) to get data for my DataTables....
View ArticleCSV Import form extends past bottom of page
Continuing work, from this thread, on my CSV import page and found that with many records the form extends past the bottom of the page and the fields and submit buttons can't be clicked. Is there a way...
View ArticleDoing a POST to API with ajax.data as a STRING vs. FUNCTION()
Why won't specifying a string for POSTing data in ajax.data work, but doing so as a data: function() {} will? Something strange happens to the Request Payload. The documentation, I think, said...
View Article