We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[ch-tabular-grid]
showLines
1 parent e197b74 commit a1ac265Copy full SHA for a1ac265
src/components/tabular-grid/tabular-grid.tsx
@@ -209,6 +209,9 @@ export class ChTabularGrid {
209
* Similar to the border options in spreadsheet applications, this property
210
* controls whether lines appear around and/or between rows and columns.
211
*
212
+ * **Note:** At the moment, this property does not affect the rendering of
213
+ * the grid. It only reflects the property value as an HTML attribute.
214
+ *
215
* - "all": Lines around and between all rows and columns.
216
* - "all-inside": Lines only between rows and columns.
217
* - "column": Lines around and between columns.
0 commit comments