Skip to content

Commit e808abf

Browse files
authored
docs: add column visibility docs (#5362)
1 parent c42e95a commit e808abf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+164
-44
lines changed

docs/api/core/cell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Cell
2+
title: Cell APIs
33
---
44

55
These are **core** options and API properties for all cells. More options and API properties are available for other [table features](../../guide/features).

docs/api/core/column-def.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: ColumnDef
2+
title: ColumnDef APIs
33
---
44

55
Column definitions are plain objects with the following options:

docs/api/core/column.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Column
2+
title: Column APIs
33
---
44

55
These are **core** options and API properties for all columns. More options and API properties are available for other [table features](../../guide/features).

docs/api/core/header-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: HeaderGroup
2+
title: HeaderGroup APIs
33
---
44

55
These are **core** options and API properties for all header groups. More options and API properties may be available for other [table features](../../guide/features).

docs/api/core/header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Header
2+
title: Header APIs
33
---
44

55
These are **core** options and API properties for all headers. More options and API properties may be available for other [table features](../../guide/features).

docs/api/core/row.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Row
2+
title: Row APIs
33
---
44

55
These are **core** options and API properties for all rows. More options and API properties are available for other [table features](../../guide/features).

docs/api/core/table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Table
2+
title: Table APIs
33
---
44

55
## `useReactTable` / `createSolidTable` / `useVueTable` / `createSvelteTable`

docs/api/features/column-ordering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Column Ordering
2+
title: Column Ordering APIs
33
id: column-ordering
44
---
55

docs/api/features/column-sizing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Column Sizing
2+
title: Column Sizing APIs
33
id: column-sizing
44
---
55

docs/api/features/column-visibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Column Visibility
2+
title: Column Visibility APIs
33
id: column-visibility
44
---
55

0 commit comments

Comments
 (0)