@@ -12,7 +12,7 @@ import DisableColumns from '../src/demos/disableColumns'
12
12
13
13
## 100,000 rows
14
14
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.
16
16
<XXL />
17
17
18
18
## Simple underlying data
@@ -22,7 +22,7 @@ You don't need to wrap you data in fancy objects.
22
22
23
23
## Responsive
24
24
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
26
26
to setup column widths.
27
27
28
28
<Responsive />
@@ -46,7 +46,7 @@ A lot of keyboard shortcuts are supported so power user can feel just right:
46
46
47
47
## Context menu
48
48
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.
50
50
51
51
Try right clicking on the grid, selecting a few rows, clicking on headers...
52
52
@@ -59,7 +59,7 @@ Try right clicking on the grid, selecting a few rows, clicking on headers...
59
59
60
60
Copy pasting to and from Excel, Google-sheet, and other spreadsheet software is supported and completely customizable:
61
61
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.
63
63
64
64
## Expanding selection
65
65
<div class = " text--center" >
@@ -71,15 +71,15 @@ on other examples!
71
71
72
72
## Lock rows
73
73
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.
75
75
76
76
<LockRows />
77
77
78
78
## Disable columns or cells
79
79
Columns can be disabled entirely, or on a per-row basis.
80
80
81
81
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
83
83
disabling columns and cells.
84
84
85
85
Try toggling the "active" column:
0 commit comments