Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit ebec913

Browse files
committed
docs: add note about Row Detail unsupported mixed feature
1 parent c0cf0a8 commit ebec913

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/grid-functionalities/row-detail.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
### Description
1515
A Row Detail allows you to open a detail panel which can contain extra and/or more detailed information about a row. For example, we have a user list but we want to display detailed information about this user (his full address, account info, last purchasers, ...) but we don't want to display this in the user grid (for performance and real estate reasons), so a Row Detail is perfect for this.
1616

17+
> **NOTE** Please note that because of the complexity behind Row Detail, the following features cannot be mixed with Row Detail because they will cause UI problems
18+
> - Grouping
19+
> - Pagination
20+
> - Tree Data
21+
> - RowSpan
22+
1723
## Usage
1824

1925
##### View

0 commit comments

Comments
 (0)