A complex table component designed for the material design specifications!
Support documentation can be found here
Current Version 2.1.1
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-table</artifactId>
<version>2.1.1</version>
</dependency>
Snapshot Version 2.2
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-table</artifactId>
<version>2.2-SNAPSHOT</version>
</dependency>
Import the GMD Table library (using Maven or using the Jar file).
<inherits name="gwt.material.design.GwtMaterialTable"/>
Or debug module:
<inherits name="gwt.material.design.GwtMaterialTableDebug"/>
Contributions are welcomed by all! If you would like to submit changes be sure to fork this project and create a Pull Request for us to review. PR's will be reviewed by the team as soon as possible. You will also be listed as a contributor on our changelog notes.
Please follow the contribution document on the projects code style standards.
Many thanks to BrowserStack for sponsoring our Open Source projects