Search
-
Datatable Editor - Use "non" primary/auto-increment key of parent table for mjoin
by Capamania ·Hi Allan, unfortunatelly it is still not working on my side. I updated "datatables.net-editor-server" to "^2.0.8" and I have "DataTables Editor v1.9.1-dev" running in th… -
Individual column searching (select inputs) only visible (filtered) rows
by kthorngren ·I have the test case ready but jsbin doesn't save my progress -
Individual column searching (select inputs) only visible (filtered) rows
by Skarsburning ·Link to test case: -
Select Plugin CSS Only Affects First Cell
by wallabe123 ·JSFiddle: https://jsfiddle.net/71bey9kn/#&togetherjs=zDDRBwPhPE -
How can i jump specific page based on my providing data using jqery database version 1.9.4?
by PGNasir ·This is example it is vesion 1.12.1 -
I try to modify the display of a table
by llaumegui ·Hello everyone, I take back an application in php and I saw that to display tables the person used DataTable that I did not know before. -
How to style Button CSS
by duttakirtiman ·Hi! Even if i try modifying the button colours to "background-color: solid #5cb85c !important;". My colours still gets displayed as grey only. Can anyone tell me which classes do i need to … -
multiple colspans with ajax jquery datasource
by schinamanagonda ·$("#dataTable").DataTable({ -
PHP generated table not working
by graphicus ·I use generated PHP tables populated to SQL data. These work fine on their own but when I try to implement datatables as a responsive solution they fail. Here's the SQL query/PHP: -
savedStates AJAX POST not in JSON
by rmd ·I've finally resolved my own issue: -
Editor modal is not closing regardless of where I click. Bootstrap 5
by tannernd ·Hi Allan, I currently have it in a dev environment on my local network. Here is an example code block that I use to initialize a datatable and editor. -
Get the URI passed to the ajax call
by allan ·Would this work for you? -
Get the URI passed to the ajax call
by luca.g ·Is it possible to get the URI passed by the ajax option? For instance, here: -
How to display a single row in a non table form
by PaulVickery ·I am new to this and am sorry if this is a stupid question as I am teaching myself Javascript / PHP etc.. I am trying to display data for a single row in a non tabular way but still want to use the E… -
Set a columns value in php editor server side based on the value of another column.
by allan ·Field->set() flags whether the field is settable or not. You want Field->setValue(). See the docs here. -
Fixed Header
by kthorngren ·Please provide a test case showing what you are doing so we can help debug. -
Show more results in table
by kthorngren ·Sounds like you will need to use Server Side Processing to handle paging of the data. You will need a server script to support the Server Side Processing Protocol. Datatables provides some SSP scri… -
Defining the search value for a column
by rf1234 ·Use columns().search() -
How change colour of selected rows having background image?
by rf1234 ·I had something similar and used z-index like this: -
How change colour of selected rows having background image?
by klippdassie ·Thanks for a great plug-in, and sorry for not being able to provide a test case, but hopefully this will be fairly clear: