Skip to content

A complex table component designed for the material design specifications

License

Notifications You must be signed in to change notification settings

sameepsinghania/gwt-material-table

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# GWT Material Table [![Build Status](https://travis-ci.org/GwtMaterialDesign/gwt-material-table.svg?branch=master)](https://travis-ci.org/GwtMaterialDesign/gwt-material-table)

A complex table component designed for the material design specifications!

Demo

GWT Material Table Sample

Documentation

Support documentation can be found here

Maven

Current Version (Still in snapshot until GMD 2.0 release)

Coming soon!

Snapshot Version 1.0-SNAPSHOT

<dependency>
    <groupId>com.github.gwtmaterialdesign</groupId>
    <artifactId>gwt-material-table</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>

Setup Guide

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"/>

License

Apache 2.0 License

Contributing

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.

Testing Platform

Many thanks to BrowserStack for sponsoring our Open Source projects

About

A complex table component designed for the material design specifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 84.2%
  • JavaScript 11.0%
  • CSS 4.7%
  • Shell 0.1%