Skip to content

Commit 967838b

Browse files
committed
update doc
1 parent a085d22 commit 967838b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: website/docs/features.mdx

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import DisableColumns from '../src/demos/disableColumns'
1212

1313
## 100,000 rows
1414
Rows and columns are virtualized, display performance is not impacted by the number of rows or columns. Renders have been optimized to the
15-
strict minimum, follow the [performance guides](performance/static-vs-dynamic) to get the most out of DSG.
15+
strict minimum, follow the [performance guides](/docs/performance/static-vs-dynamic) to get the most out of DSG.
1616
<XXL />
1717

1818
## Simple underlying data
@@ -22,7 +22,7 @@ You don't need to wrap you data in fancy objects.
2222

2323
## Responsive
2424
The spreadsheet takes 100% of the div it is in and grows and shrinks with it.
25-
You can specify how columns should react using known flexbox syntax. [More details](api-reference/columns#width) on how
25+
You can specify how columns should react using known flexbox syntax. [More details](/docs/api-reference/columns#width) on how
2626
to setup column widths.
2727

2828
<Responsive />
@@ -46,7 +46,7 @@ A lot of keyboard shortcuts are supported so power user can feel just right:
4646

4747
## Context menu
4848
Smart context menu when right clicking is 100% supported and customizable with a single component.
49-
[More details](api-reference/props#contextmenucomponent) on how to setup a custom context menu.
49+
[More details](/docs/api-reference/props#contextmenucomponent) on how to setup a custom context menu.
5050

5151
Try right clicking on the grid, selecting a few rows, clicking on headers...
5252

@@ -59,7 +59,7 @@ Try right clicking on the grid, selecting a few rows, clicking on headers...
5959

6060
Copy pasting to and from Excel, Google-sheet, and other spreadsheet software is supported and completely customizable:
6161
you decide what data is copied and how pasting is handled with simple functions.
62-
[More details](api-reference/columns#copy-pasting) on how to customize copy pasting behavior.
62+
[More details](/docs/api-reference/columns#copy-pasting) on how to customize copy pasting behavior.
6363

6464
## Expanding selection
6565
<div class="text--center">
@@ -71,15 +71,15 @@ on other examples!
7171

7272
## Lock rows
7373
It might be desirable to lock rows. Here the user cannot insert or delete rows, even when using keyboard shortcuts or
74-
when pasting large data-set. [More details](api-reference/props#options) on grid options.
74+
when pasting large data-set. [More details](/docs/api-reference/props#options) on grid options.
7575

7676
<LockRows />
7777

7878
## Disable columns or cells
7979
Columns can be disabled entirely, or on a per-row basis.
8080

8181
Disabling a column prevents the user from editing its cells, including any pasting or deleting operation.
82-
The user can still copy the value of a disabled column. [More details](api-reference/columns#disabled) on
82+
The user can still copy the value of a disabled column. [More details](/docs/api-reference/columns#disabled) on
8383
disabling columns and cells.
8484

8585
Try toggling the "active" column:

0 commit comments

Comments
 (0)