PHP Date validation.
Been searching a while but cannot work it out. My dates are stored in a Msql table as 2017-12-11 So I need to show them in the tables as 11-12-2017 ( ie DD-MM-YYYY) Also the editor using the date type:...
View ArticleStrategy for categories / sub categories.
Hi guys, I want to use the datatable for another project which is power / hand tools with over 30,000 products. So there may be several categories & sub categories. eg Drills - 18volt - 240 volt...
View ArticleCan a submission in editor be recieved using REQUEST?
Okay, so Quick Question can a data object submitted through the editor plugin for datatables be reached serverside by $_request statements? Like can I get the Action and the Row and the Field using...
View ArticleIndividual column searching (select inputs) sort order
Hi, When selecting the drop-down menu select menu, the items listed within the menu are sorted case sensitive like this: A B C a b c How can the items in the drop-down menu be sorted: A a B b C c (see...
View ArticleSingle edit item save when clicking away from the cell
Hi, I have KeyTables and in-line edit implemented and they work great. By design, when editing in-line it's necessary to click a field to make it editable and to press the "Enter" key to save. I have a...
View ArticlePopulating with all contacts & cutomers.
I have a customers & contacts table. Both tables have unique field custID. contacts table have multiple contacts from one company I am trying to get the following result customers.custID |...
View ArticleTo use a DataTable with a RESTful API JSON PHP
Hello guys, I'm encountering a problem. After searching for 2 hours for an answer to my problem, I decided to directly ask a question here. So, I'm actually trying to use Datatable with datas in JSON...
View ArticleSpecify Search Columns
Is it possible to have the 'Search' functionality only search specific columns? I would only like to search the first column.
View ArticleHow to change the text of a collection button or change the text of one of...
Hi all, I'm a junior web developper and for the need of my company we use a DT in our new web-application I use collection them to filter data with hidden colunms and hidden input which contains...
View ArticleScrollY: misaligned table headers with bootstrap
With ScrollY enabled, our table headers are misaligned (too narrow). We have multiple tables but only the first has correct alignment while the others do not. Clicking a table header (to sort by...
View ArticleStand Alone Editor Hides Background.
The sand alone editor fades out and hides my header and footer. My screens are not consistent because of that . So far the best I can do is change the fade in background CSS to color that is prevalent...
View ArticleMisaligned rows in Fixed columns when scrolling Y
I used datatables fixed columns but on load my rows are not aligned. At first it was a tiny bit misaligned but as I scroll, the row misalignment becomes more and more misaligned. On load this is what...
View ArticleHorizontal scroll is not working for header row
I'm using this setup: $(document).ready(function () { $('#datatable-schedule').DataTable({ paging: false, scrollY: 'calc(100vh - 240px)', scrollCollapse: true, scrollX: true, searching: false,...
View ArticleDatatables Editor with Child Rows
Has anyone ever used the child rows with the editor. If so, does anyone have any code https://datatables.net/examples/api/row_details.html
View ArticleShow a editor form like popup window on button click
I have a use case where a table displays multiple IDs (Numeric keys) which are links.. When user clicks that link a popup should open ( Similar to editor edit screen.. with data related to clicked id...
View ArticleI need to dynamically add a new column after clicking on a hyperlink in datable.
I need to dynamically add a new column after clicking on a hyperlink value of a cell in datable. Inside document .Ready i am adding new columns. After table gets rendered user clicks on the hyperlink...
View ArticleEvent after entering inline edit mode
I have a JQuery plugin called NumberInput that you call on an input element and it allows only numbers to be entered. I would like to apply it to a field in inline edit mode. I noticed that the...
View ArticleRecalculate sum when printing to PDF or Excel
Hi everyone, I have used Datatables to create a paginated Table and show sum of the current page as the footer, it is working as expected, on every page it will recalculate the sum, but the problem is...
View ArticleRearranging columns highlights all text in table
Is anyone else having this problem? I am using ColReorder with my Datatable. The first time I click on a column header to move it, all of the text in the table gets highlighted for some reason. (Moving...
View ArticleCan I persist the state of check boxes?
I have a check box in each row of my table (which serves as a checklist). And I need to be able to persist the value of each check box. I've tried stateSave, but that doesn't appear to work for check...
View Article