hyojin / material-ui-datatables

An another React Data tables component.
MIT License
165 stars 58 forks source link

Initial Sort not working, SyntaxError #55

Closed akshygupt closed 7 years ago

akshygupt commented 7 years ago

Syntax Error , Unexpected token, expected

The error is at column inside initialSort object `

83 | initialSort={column: 'Name', order: 'asc'} 84 | showRowHover={true} 85 | showHeaderToolbar={true} 86 | showFooterToolbar={true}`

error

I am using version@0.18.2

hyojin commented 7 years ago

@akki199421 Hi, have you tried initialSort={{column: 'Name', order: 'asc'}}? (because it's an object.)

akshygupt commented 7 years ago

Yeah, i didn't realize that. Thanks.