Presentation XML · Containers
Table Details <tabledetails>
The expandable detail area under a table row, holding sections bound to that row.
<tabledetails> has no Application Designer property sheet: it is written by the framework or an add-on and edited in XML. Its properties are the attributes the stock screens actually use.
In the 204 stock presentations it appears 1236 times on 159 screens, inside <table> (1236); it contains <section> (1491), <textbox> (22), <include> (15), <tabgroup> (15), <sectionrow> (10).
Where it goes
Sits inside: <table>. May contain: <section>, <textbox>, <include>, <tabgroup>, <sectionrow>, <table>, <blankline>, <multiparttextbox>, <sectioncol>, <buttongroup>, <helpgrid>.
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
border | boolean | Not on Application Designer's tabledetails property sheet: written in XML only. Stock screens: 5 uses on 1 screen, values false (5). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · BIMPROJECT#attrib_map_list_table_details |
displayrowsperpage | int | Not on Application Designer's tabledetails property sheet: written in XML only. Stock screens: 18 uses on 2 screens, values 10 (10), 5 (8). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · AMCREW#assignlabor_crafts_table_tabledetails |
filterable | boolean | Not on Application Designer's tabledetails property sheet: written in XML only. Stock screens: 18 uses on 2 screens, values true (18). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · AMCREW#assignlabor_crafts_table_tabledetails |
inputmode | string | Not on Application Designer's tabledetails property sheet: written in XML only. Stock screens: 26 uses on 12 screens, values readonly (22), (4). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · AMCREW#viewlabor_crafts_table_tabledetails |
label | string | Not on Application Designer's tabledetails property sheet: written in XML only. Stock screens: 2 uses on 2 screens, values Details (2). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · GWORKASSIGN#confoptsrv_table_1 |
Example
<!-- WOTRACK · main_asset_table_1 -->
<tabledetails id="main_asset_table_1">
Sources: 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#main_asset_table_1