Property Pane type of DataTable + Editor

Property Pane type of DataTable + Editor

jens.olssonjens.olsson Posts: 17Questions: 7Answers: 1
edited February 2019 in Editor

Hi

Using Visual Studio, Android Studio, Eclipse etc there is usually some kind of property window with two columns.

The left column has a name and the right column has a value.

The value can be either of:
TextField with different validation rules
Dropdown
ON/OFF slider

Can this type of table be done with DataTables and DataTables.Editor easily or is it not fit for purpose?

I love the layout of the DataTable but I understand that there will not be a single line a like in this scenario, is it suitable for this?

Kind regards
Jens

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Hi Jens,

    Do you mean you want to recreate that kind of interface with Editor, or that you want to use that kind of interface to define an Editor instance?

    Allan

This discussion has been closed.