mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat(BS&PL): add sticky to account column.
This commit is contained in:
@@ -63,6 +63,7 @@ const accountNameMapper = R.curry((data, column) => {
|
||||
className: column.key,
|
||||
textOverview: true,
|
||||
width: Math.max(width, 300),
|
||||
sticky: Align.Left,
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user