Skip to content

Commit

Permalink
docs: fix grid part names
Browse files Browse the repository at this point in the history
  • Loading branch information
sissbruecker authored Jan 9, 2025
1 parent e5e6af8 commit 446e878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/components/grid/styling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ Sort order indicator:: `vaadin-grid-sorter+++<wbr>+++**::part(order)**`
=== Item Details

Item details cell (spans entire row):: `vaadin-grid+++<wbr>+++**::part(details-cell)**`
Cell in row with open details:: `vaadin-grid+++<wbr>+++**::part(details-open-row-cell)**`
Row with open details:: `vaadin-grid+++<wbr>+++**::part(details-open-row)**`
Cell in row with open details:: `vaadin-grid+++<wbr>+++**::part(details-opened-row-cell)**`
Row with open details:: `vaadin-grid+++<wbr>+++**::part(details-opened-row)**`


=== Drag & Drop
Expand Down

0 comments on commit 446e878

Please sign in to comment.