As usually, I need an help!
I'm using tables and ui-dropdown to generate the structure of my home:
floor:room = ground floor:kitchen; first floor:bathroom (...)
and the same technique to match elements (such as sockets, lights, sensors, etc.) to the rooms.
Data are stored in SQLite, a, and the procedure works correctly.
In the dropdown , is it possible to decrease the spacing between the elements of the list, the background color and add a frame?
I had no major problems with the table. I changed the CSS: .tabulator-header { font-size: 13px !important; }.
Unfortunately I failed with the ui-dropdown