topics_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 "topics_table_columns".
... in workgroup.naml
309
310
311
312
313
314
315
316
317
<macro name="topics_table_columns" requires="workgroup_app_namespace">
    <n.pin_column/>
    <n.topics_column count="[n.app_topic_count/]"/>
    <n.replies_column/>
    <n.last_post_column white_space="nowrap"/>
    <n.priority_column/>
    <n.assignee_column/>
    <n.subapp_column/>
</macro>