standard_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 "standard_table_columns".
... in standard_table_columns.naml
7
8
9
10
11
<override_macro name="standard_table_columns" requires="narrow_app_namespace">
    <n.pin_column/>
    <n.topics_summary_column title="[n.standard_topics_column_title/]" count="[n.page_node.child_count/]" width="50%"/>
    <n.last_post_column white_space="wrap" width="50%"/>
</override_macro>
Overrides default macro
... in view_standard.naml
42
43
44
45
46
<macro name="standard_table_columns" requires="narrow_app_namespace">
    <n.pin_column/>
    <n.topics_summary_column title="[n.standard_topics_column_title/]" count="[n.page_node.child_count/]" width="50%"/>
    <n.last_post_column white_space="nowrap" width="50%"/>
</macro>
Feedback, Links, Privacy, Rules, Support, About