Hello, in my 'old school' tables, I made a php function that turns an enum field into a dropdown, which triggers a MYSQL update when changed. Can editor do something like this?
This example shows the select option - this has values hard-coded, but the label:value pair can be sent from the server too,
select
Colin
thanks.
ah, I'm looking for inline editing.
The final column in this example uses a select.
Allan
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
This example shows the
select
option - this has values hard-coded, but the label:value pair can be sent from the server too,Colin
thanks.
ah, I'm looking for inline editing.
The final column in this example uses a
select
.Allan