Skip to content

Commit f87dec4

Browse files
committed
update documentation
1 parent 3ea76db commit f87dec4

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed
102 KB
Loading
76.4 KB
Loading
98 KB
Loading

documentation/js-sdk-guide/modules/tooling-guide/pages/table-generation.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,22 @@ shared
208208
│ │ │ <component-name>-datasource.ts
209209
----
210210

211+
=== _Material theme(Indigo pink)_
212+
213+
User can add to angular.json Indigo pink material theme. These action will appear in the actions column of the table. In the following prompt you can choose to add the Indigo pink material theme.
214+
215+
image::material-theme-prompt.png[width=100%]
216+
217+
In the generated angular.json table if user selected yes we can observe the change in styles array.
218+
219+
image::angular-json-example.png[width=100%]
220+
221+
=== _Set view encapsulation strategy for the generated table component_
222+
223+
User can set the View Encapsulation strategy by default the ViewEncapsulation will be set to None on the generated table component. In the following prompt you can choose to add another View Encapsulation value.
224+
225+
image::view-encapsulation-prompt.png[width=100%]
226+
211227
=== _Flags for generating the table_
212228

213229
By using

0 commit comments

Comments
 (0)