I am having issues with the borders not showing up. I am currently using react to create an element and render after mounting the component.
React.createElement('div', { id: this.props.container, ref: (elm) => this.element = elm })
componentDidMount() {
this.table = new Handsontable( this.element, options )
I am missing the bottom border and side border