Skip to content

Commit a1ac265

Browse files
committed
[ch-tabular-grid] Add note about showLines not affecting the rendering
1 parent e197b74 commit a1ac265

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/tabular-grid/tabular-grid.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ export class ChTabularGrid {
209209
* Similar to the border options in spreadsheet applications, this property
210210
* controls whether lines appear around and/or between rows and columns.
211211
*
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+
*
212215
* - "all": Lines around and between all rows and columns.
213216
* - "all-inside": Lines only between rows and columns.
214217
* - "column": Lines around and between columns.

0 commit comments

Comments
 (0)