Search
-
How can add custom column in array
by bayi ·Ok, but I can to set first key ['id'] But DataTable is output JS alert error #1, I think because in my array key is int, and when I set string name... -
Column size % different behaviour chrome/firefox and screensize
by arstoaeinsa48 ·table.dataTable thead th, table.dataTable thead td { padding: 10px 0px; border-bottom: 1px solid #111; } table.dataTable.compact thead th, table.dataTable.compact thead td { padding: 10px 0px; -
PDOException only when deleting
by Allcor ·PDO->rollBack() #1 [internal function]: DataTables\Database\Query::rollback(Object(PDO)) #2 /home/naktdata/collectie/DataTablesEditor/Database/Database.php(311): call_user_func('DataTables\\Da -
Editor on SQL Server problem when data posted by Japanese
by szx ·For example, after I created 'ใในใ' record, it was converted to 'テスト' when I edit. -
How to apply "where" to a joined table in jQuery Editor Configuration
by rdm ·Case #1: where record field is in an array: -
Filter table in Editor instance
by Bmokry ·var table = $('#1728ReportEdit').DataTable( { -
Filter example code Version 1.10 not working
by Bmokry ·var table = $('#1728ReportEdit').DataTable( { dom: 'Bfrtip', ajax: "php/table.1728ReportEdit.php", columns: [ { "data": "cnum" }, -
Does destroy() really destroy?
by cdamundsen ·I've created a simplified version of what's going on. The "3 Columns #1" and "3 Columns #2" buttons show different tables with three columns. The "2 Columns" button shows -
Datatable PDF export footer overall total error?
by abdul_rahman85 ·Hi, -
Submitting a Hidden Field with Form post
by pablojoycey ·Yes the value is there in source. -
Submitting a Hidden Field with Form post
by pablojoycey ·Hi, -
Page not updating when using standalone editing with dot notation
by jaz ·Option #1 - I added data-editor-id to the <dl> tag. I also tried creating a div around the entire and adding data-editor-id to that. I also tried adding it to elements further up the ancestral -
Style problem since update
by Warbountho ·install datatables.net-bs#1.10.16 -
Call to undefined function DataTables\Editor\finfo_open()
by stevevance ·#1 /php/lib/Editor/Editor.php(1239): DataTables\Editor\Upload->exec(Object(DataTables\Editor)) #2 /php/lib/Editor/Editor.php(871): DataTables\Editor->_upload(Array) #3 /php/lib/Editor/E -
Editor popups showing behind bootstrap modal window
by rf1234 ·z-index: 12; box-shadow: 2px 2px 6px #111; } div.DTE_Bubble_Background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); /* Fallback */ -
injecting or modifying DataTables responsive modal on open
by JLyon60 ·The issue comes when the user selects a record that they have previously modified, so that dropdown #1 already has a value, so then when the modal launches, no onchange event is fired to show the 2nd -
DataTable state not working via browser's back button
by sxperiaz777 ·* From page #1, click on link to redirect to page #2 -
Updating DataTable with flask and sqlalchemy?
by nat5142 ·I'm working on a project in which I'm requesting user input (containing database query parameters) from an HTML form, POSTing that input to flask, then querying a populated database accordingly. My da -
Change default color of pagination buttons
by yousufsadat ·color-stop(0%, #585858), color-stop(100%, #111)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #585858 0%, #111 100%); /* Chrome10+,Safari5.1+ */ background: -moz-linear-gra -
Help needed with Server Side (MySQL) Search Improvement
by allan ·Since you are using server-side processing, then yes, you would need to modify the server-side script to handle a smarter search.