Create the initial version of the TableManager class for configuring settings
This commit is contained in:
parent
4bfce858ef
commit
8a2d946b63
21 changed files with 718 additions and 115 deletions
|
|
@ -7,6 +7,7 @@
|
|||
id="{{meta.idp}}-selected-table"
|
||||
data-bind="_selectedTable"
|
||||
>
|
||||
<option value="">Select a Table</option>
|
||||
{{ st-options table tables }}
|
||||
</select>
|
||||
</div>
|
||||
|
|
@ -19,6 +20,7 @@
|
|||
id="{{meta.idp}}-selected-subtable"
|
||||
data-bind="_selectedSubtable"
|
||||
>
|
||||
<option value="">Select a Subtable</option>
|
||||
{{ st-options subtable subtables }}
|
||||
</select>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue