Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
radubrehar committed Oct 4, 2023
1 parent 789d3c9 commit 7fdb1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/content/blog/2023/10/02/version-3-0-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ We knew we needed to implement it, but we wanted to do it right while keeping it

In fact, we prepared some things in advance - namely <DPropLink name="selectionMode" /> was there, it just needed to accept a new value: `"multi-cell"`.

```tsx title="Configuring sortType for group columns"
```tsx title="Configuring multi-cell selection"
<DataSource<Developer>
selectionMode="multi-cell" // <--- THIS
primaryKey="id"
Expand Down

0 comments on commit 7fdb1b8

Please sign in to comment.