Minor fix

This commit is contained in:
hand-dot
2022-05-30 21:54:58 +09:00
parent 6c95e2a1f6
commit 8368e0fbdb

View File

@@ -52,7 +52,7 @@ const DemoAppGridForm = (props: {
};
return (
<div>
<div style={{ background: '#fff', color: '#333' }}>
<ReactGrid
stickyTopRows={1}
rows={getRows(datas)}