jb-grid-react instructions fullscreen grid jb-grid has a fullscreen feature which you can activate by setting isFullscreen={value:bool} for example <jb-grid isFullscreen={this.state.isFullscreen} onFullscreenChange={(newValue)=>this.setState({isFullscreen : newValue})}>