nhn / tui.grid

🍞🔡 The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
http://ui.toast.com/tui-grid/
MIT License
2.42k stars 394 forks source link

How to Set Column Align #1914

Open jeahyunHan opened 1 year ago

jeahyunHan commented 1 year ago

Summary Type '{ name: string; header: string; align: string; }[]' is not assignable to type 'OptColumn[]'. Type '{ name: string; header: string; align: string; }' is not assignable to type 'OptColumn'. Types of property 'align' are incompatible. Type 'string' is not assignable to type 'AlignType | undefined'.

-----> What is the cause of the error message output?

Screenshots image

Version "@toast-ui/react-grid": "^4.21.9",

Additional context Add any other context about the problem here.