Customised select
Customised select
rpconsultants
Posts: 6Questions: 2Answers: 0
in Editor
Hello,
I would like to customize a "select" field appearance : I would like to show the option values in several columns as I have more than 30 values.
Is there a way to do that ? I was thinking about the "column" style in "li"
This question has an accepted answers - jump to answer
Answers
You can do this using selectize. Here is an example.
https://selectize.dev/docs/plugins/opt-group-col
There is field type "selectize" in Editor as well using this plug in:
https://editor.datatables.net/plug-ins/field-type/editor.selectize
Doing this dynamically is of course much more difficult than the example above.
Thanks. I'll try that ASAP