feat(BS&PL): add sticky to account column.

This commit is contained in:
a.bouhuolia
2022-02-03 17:03:24 +02:00
parent f204b81407
commit 47f6845633
3 changed files with 5 additions and 3 deletions

View File

@@ -63,6 +63,7 @@ const accountNameMapper = R.curry((data, column) => {
className: column.key,
textOverview: true,
width: Math.max(width, 300),
sticky: Align.Left,
};
});