From 65699fecff36c09082502865ad7d7ab96b913275 Mon Sep 17 00:00:00 2001 From: Noelia Prol Carballo Date: Fri, 26 Sep 2025 08:27:24 +0200 Subject: [PATCH] indentation fixed at html examples from o-list-component docu --- docs/components/data/34-o-list.component.md | 24 ++++++++++----------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/docs/components/data/34-o-list.component.md b/docs/components/data/34-o-list.component.md index ca1780133..bc68a43d9 100644 --- a/docs/components/data/34-o-list.component.md +++ b/docs/components/data/34-o-list.component.md @@ -67,7 +67,7 @@ You can see an example of this component in the [OntimizeWeb playground]({{site. The `o-list-item-card` component is used to display a card list item with text, image and action buttons. ```html - @@ -109,7 +109,7 @@ You can see an example of this component in the [OntimizeWeb playground]({{site. When building an `o-list` component you can include one of the predefined list items the **OntimizeWeb** offers or you can include your own list item. For including a custom list item, **OntimizeWeb** offers the `o-list-item` directive that can be attached to an angular material list item (`mat-list-item`) or an angular material card (`mat-card`). ```html - +
@@ -131,18 +131,16 @@ The `o-list` component allows to add content in the toolbar with the selector `o If the selector `o-list-toolbar` is used together with `position='start'` the content will always be placed to the right of the New/Refresh/Delete buttons and if used together with `position='end'` the content will always be placed to the left of the quickfilter ```ts - + - + - + ``` ![Add custom content in toolbar in position start]({{ "/assets/images/components/list/add-content-toolbar.png" | absolute_url }}){: .comp-example-img} - - ## Pagination new By default, the list is not paginating the data, but if you want that behaviour you must set `pagination-controls= "yes"` in the o-list component. @@ -156,9 +154,9 @@ You can also configure the number of records initially displayed with query-rows Ontimize web now supports the JDBC **UUID** sql type. To indicate that a key column is of type UUID, all you have to do is to set to set the **UUID** via input `keys-sql-types` in the `o-list` as indicated in the following example. ```html - - - .... - - -``` \ No newline at end of file + + + .... + + +```