@@ -186,35 +186,35 @@ <h3>Table in MultiSelect mode</h3>
186
186
</ xmp > </ pre >
187
187
</ section >
188
188
189
- < section >
190
- < h3 > Table with No Data</ h3 >
191
- < div class ="snippet flex-column ">
192
- < ui5-table class ="demo-table " no-data-text ="No Data " show-no-data >
193
- <!-- Columns -->
194
- < ui5-table-column slot ="columns " style ="width: 12rem ">
195
- < span style ="line-height: 1.4rem "> Product</ span >
196
- </ ui5-table-column >
197
-
198
- < ui5-table-column slot ="columns " min-width ="800 " popin-text ="Supplier ">
199
- < span style ="line-height: 1.4rem "> Supplier</ span >
200
- </ ui5-table-column >
201
-
202
- < ui5-table-column slot ="columns " min-width ="600 " popin-text ="Dimensions " demand-popin >
203
- < span style ="line-height: 1.4rem "> Dimensions</ span >
204
- </ ui5-table-column >
205
-
206
- < ui5-table-column slot ="columns " min-width ="600 " popin-text ="Weight " demand-popin >
207
- < span style ="line-height: 1.4rem "> Weight</ span >
208
- </ ui5-table-column >
209
-
210
- < ui5-table-column slot ="columns ">
211
- < span style ="line-height: 1.4rem "> Price</ span >
212
- </ ui5-table-column >
213
- </ ui5-table >
214
- </ div >
189
+ < section >
190
+ < h3 > Table with No Data</ h3 >
191
+ < div class ="snippet flex-column ">
192
+ < ui5-table class ="demo-table " no-data-text ="No Data ">
193
+ <!-- Columns -->
194
+ < ui5-table-column slot ="columns " style ="width: 12rem ">
195
+ < span style ="line-height: 1.4rem "> Product</ span >
196
+ </ ui5-table-column >
197
+
198
+ < ui5-table-column slot ="columns " min-width ="800 " popin-text ="Supplier ">
199
+ < span style ="line-height: 1.4rem "> Supplier</ span >
200
+ </ ui5-table-column >
201
+
202
+ < ui5-table-column slot ="columns " min-width ="600 " popin-text ="Dimensions " demand-popin >
203
+ < span style ="line-height: 1.4rem "> Dimensions</ span >
204
+ </ ui5-table-column >
205
+
206
+ < ui5-table-column slot ="columns " min-width ="600 " popin-text ="Weight " demand-popin >
207
+ < span style ="line-height: 1.4rem "> Weight</ span >
208
+ </ ui5-table-column >
209
+
210
+ < ui5-table-column slot ="columns ">
211
+ < span style ="line-height: 1.4rem "> Price</ span >
212
+ </ ui5-table-column >
213
+ </ ui5-table >
214
+ </ div >
215
215
216
- < pre class ="prettyprint lang-html "> < xmp >
217
- < ui5-table class ="demo-table " no-data-text ="No Data " show-no-data >
216
+ < pre class ="prettyprint lang-html "> < xmp >
217
+ < ui5-table class ="demo-table " no-data-text ="No Data ">
218
218
< ui5-table-column slot ="columns " style ="width: 12rem ">
219
219
< span style ="line-height: 1.4rem "> Product</ span >
220
220
</ ui5-table-column >
0 commit comments