unable to implement Individual column searching (text inputs)
I am trying to implement the search but unable to do it. following is the error: jquery.dataTables.min.js:122 Uncaught TypeError: Cannot read property 'nodeName' of null at jquery.dataTables.min.js:122...
View ArticleDate Filter Issues
Good afternoon, I'm trying to filter data between 2 dates from a single source date in one column. I have read the plugins and searched numerous solutions online to no avail. Could anyone please have a...
View ArticlePrevent Safari autofilling "username" and "password" fields in Editor (modal)
Does anyone know of a simple way of doing this? If not, I'm guessing that if I create hidden fields with the names "username" and "password" might do it, but I wanted to check that there's no...
View ArticlePossible bug when using is() in exportOptions
Hi, I'm trying to use is() in exportOption columns... not() is working fine but when using is() I'm getting this error Uncaught Error: Syntax error, unrecognized expression: unsupported pseudo: is...
View ArticleHow use & nbsp ; on editor type select HELP !
using on a select html .. it give you a hard space but on the editor this doesnt work im trying: "options":[{label:"USA", value:0},{label:"& nbsp ;California",value:1} Or others ways to do this ?...
View ArticleIs there a way to have check boxes and child rows in the same table?
I have the child rows working and would like to add the check boxes
View ArticleAuto Scroll when Dragging Row
Is it possible to auto scroll in the Y direction when a user drags past the top or bottom of the visible table?
View Articlemultiple row add
So.. i setup an editor overlay tied to a button "Import" and it pushes only a single field named "csvimport", there i input some comma separated string that matches the columns in the datatable. I'm...
View ArticleBubble Editor events - submit on radio button click?
Trying to simplify form entry a little by auto submitting a simple radio button bubble form once a selection is made. All the documented events (onBlur, OnReturn, onEsc) work fine but require several...
View ArticleUpdating column that belongs to fixed columns (using extension fixed columns)
Hi, i'm currently working with fixed columns extension and would like to update the column which belongs to fixed columns..the display doesn't show the updated value, as seen on my sample below:...
View Articlesend email on column edit
I would like to use PHPMailer to send an email on datatable edit event. When a column value is altered I would like to collect a number of associated row values and pass them via ajax to a php page...
View ArticleTable not centered
Hello, I have a table that is not centered within the page, the paging is all the way to the right side of the page with empty space over it and the actual table is to the left of the page. I am not...
View ArticleEditor Datatables hide form button in custom display controller
I'm trying to disable buttons in my custom display controller. I can disable "Add" button in my DataTables with this piece of code: var can_create = $('#user_groups_table').attr('data-create'); if...
View Articleselect in form
hello, I need put select(dropdown) to editable form in "editor". do someone have example? Tnx
View ArticleDT 1.10 table.ajax.reload()
I have an issue with that function. oTable is defined at line 1 error appear after succeeded ajax call after button is pressed. error message : Uncaught TypeError: Cannot read property 'reload' of...
View ArticleOn createdRow
Hi, i am using createdRow in order to highlight previous selection of user. The problem is that in debugging i see the correct row with highlight (active in bootstrap) but when all the table finish to...
View ArticleValidator and Date is not in the expected format
This is simple editor field { "label": "Datum vzorčenja", "name": "cert_vzo_par.datum", "type": "datetime", "opts": { "format": "MM.YYYY" } } This is validator { Field::inst('cert_vzo_par.datum')...
View ArticleFile Upload: Show additional column
Hello, I want to show the creation date of the uploaded file in the editor, but i only get "undefined | filenameXY.txt" . { label: "Lizenzdateien:", name: "CMDB_Asset_License_File[].id", type:...
View ArticleCan't get responsive to work as expected.
code below. I have tried various methods to obtain the following. on desktop show all the columns On smaller devices show the first 3 columns and the + button to show the modal popup. With this setting...
View Article