Skip to content

Commit 4e1bee8

Browse files
committed
Add code snippet
1 parent 07ce3a9 commit 4e1bee8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/table/table.component.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,12 @@ export class Table {
371371
/**
372372
* Creates a skeleton model with a row and column count specified by the user
373373
*
374+
* Example:
375+
*
376+
* ```hmtl
377+
* this.model = Table.skeletonModel(5, 5);
378+
* ```
379+
*
374380
* @param {number} rowCount
375381
* @param {number} columnCount
376382
*/

0 commit comments

Comments
 (0)