Missing borders

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

Hi @grpp0000
Are you using any additional styling, made the Bootstrap?

ps. if you could share aJSFiddle for this example I’ll check what can be done.

Issue closed in lack of needed demo.