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 view_topics.naml
39
40
41
42
43
<macro name="topics_table_columns" requires="narrow_app_namespace">
    <n.pin_column/>
    <n.topics_summary_column count="[n.app_topic_count/]" width="50%"/>
    <n.last_post_column white_space="nowrap" width="50%"/>
</macro>