But I miss one feature though, which for me will be a significant enhancement of dataface: I'd like to use a database table as the source for the select widget. When I've been designing web interfaces for databases I have many times used select-widgets like these:
Element A
Element B
Element C
Element D
Element E
Element F
The id-attr is a unique key in the source table, and the option text "Element " is from another column in the table. Would you consider implementing a select-widget like this in the near future?