|
|
@@ -137,7 +137,7 @@ export class ReviewListComponent extends TypedBaseListComponent<typeof GetReview
|
|
|
}
|
|
|
```
|
|
|
|
|
|
-## Create the template
|
|
|
+### Create the template
|
|
|
|
|
|
This is the standard layout for any list view. The main functionality is provided by the [DataTable2Component]({{< relref "data-table2component" >}}).
|
|
|
|
|
|
@@ -230,6 +230,6 @@ This is the standard layout for any list view. The main functionality is provide
|
|
|
</vdr-page-body>
|
|
|
```
|
|
|
|
|
|
-## Route config
|
|
|
+### Route config
|
|
|
|
|
|
For an example of how the route config would look for this list view component, see the full example in the [Creating detail views guide]({{< relref "creating-detail-views" >}}#route-config).
|