💄(react) align actions column items on the right

The design-system guidelines tell that actions button must be aligned
on the right. To make this behavior effortless this feature adds a
special class to actions column to apply the correct css style in order
to achieve that.
This commit is contained in:
Nathan Vasse
2023-09-01 11:33:56 +02:00
committed by NathanVss
parent 4d2a5d1873
commit cf299d9e2b
5 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": minor
---
add auto right alignment for the actions column in DataGrid