mixed_table_columns

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "mixed_table_columns".
... in mixed_table_columns.naml
1
2
3
4
5
6
7
8
<override_macro name="mixed_table_columns" requires="workgroup_app_namespace">
    <n.pin_column/>
    <n.mixed_topics_column/>
    <n.replies_column/>
    <n.last_post_column has_avatar_control="yes" white_space="nowrap"/>
    <n.priority_column clickable="false"/>
    <n.assignee_column clickable="false"/>
</override_macro>
Overrides default macro
... in workgroup.naml
250
251
252
253
254
255
256
257
<macro name="mixed_table_columns" requires="workgroup_app_namespace">
    <n.pin_column/>
    <n.mixed_topics_column/>
    <n.replies_column/>
    <n.last_post_column white_space="nowrap"/>
    <n.priority_column clickable="false"/>
    <n.assignee_column clickable="false"/>
</macro>