jb-grid-react

react mobx jb grid table

Usage no npm install needed!

<script type="module">
  import jbGridReact from 'https://cdn.skypack.dev/jb-grid-react';
</script>

README

jb-grid-react

instructions

config

fullscreen grid

jb-grid has a fullscreenable feature and you can activite that by set isFullscreen={value:bool} for example


    <JBGrid isFullscreen={this.state.isFullscreen} onFullscreenChange={(newValue)=>this.setState({isFullscreen : newValue})}>