All Projects → GwtMaterialDesign → gwt-material-table

GwtMaterialDesign / gwt-material-table

Licence: Apache-2.0 license
A complex table component designed for the material design specifications

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to gwt-material-table

Gwt Material
A Google Material Design wrapper for GWT
Stars: ✭ 386 (+1278.57%)
Mutual labels:  snapshot, gwt
console
HAL management console
Stars: ✭ 41 (+46.43%)
Mutual labels:  gwt
junos-verifications-automation-with-jsnapy
How to automate operational state verifications and configuration verifications on Junos devices using JSNAPy
Stars: ✭ 13 (-53.57%)
Mutual labels:  snapshot
json5-to-table
一个将JSON数据转化为Table格式的工具,支持嵌套、数组。
Stars: ✭ 109 (+289.29%)
Mutual labels:  table
vue-willtable
An editable table component for Vue.js 2.0
Stars: ✭ 119 (+325%)
Mutual labels:  table
tabularray
Typeset tabulars and arrays with LaTeX3
Stars: ✭ 101 (+260.71%)
Mutual labels:  table
SeleniumDemo
Selenium automation test framework
Stars: ✭ 84 (+200%)
Mutual labels:  snapshot
laravel-auto
Laravel Auto - a helper package to make automated lists with filters, sorting and paging like no other
Stars: ✭ 41 (+46.43%)
Mutual labels:  table
PlutoVideoSnapshoter
Cross platform video snapshot software, stitching snapshots automatically with subtitle position detection.
Stars: ✭ 22 (-21.43%)
Mutual labels:  snapshot
right-angled
Lightweight and easy to use angular data grids which integrates with your markup and styles rather than generating its own
Stars: ✭ 70 (+150%)
Mutual labels:  table
elemento
Builder API and other goodies for Elemental2
Stars: ✭ 90 (+221.43%)
Mutual labels:  gwt
csv2latex
🔧 Simple script in python to convert CSV files to LaTeX table
Stars: ✭ 54 (+92.86%)
Mutual labels:  table
tbltools
🗜🔢 Tools for Working with Tibbles
Stars: ✭ 34 (+21.43%)
Mutual labels:  table
WarezBot
Public Version of Discord bot for scene release
Stars: ✭ 30 (+7.14%)
Mutual labels:  table
OLAP-cube
is an hypercube of data
Stars: ✭ 23 (-17.86%)
Mutual labels:  table
vue-data-table
Smart table using vue.js - sorting columns, filter by string, child rows, custom columns, custom row data
Stars: ✭ 15 (-46.43%)
Mutual labels:  table
index-autoload
Adds an index to the autoload in wp_options table and verifies it exists on a daily basis (using WP Cron), resulting in a more efficient database.
Stars: ✭ 18 (-35.71%)
Mutual labels:  table
shd
Show pretty HDD/SSD list
Stars: ✭ 37 (+32.14%)
Mutual labels:  table
ExpandedCollectionBundle
Symfony bundle for render entity collections as a selectable expanded list.
Stars: ✭ 13 (-53.57%)
Mutual labels:  table
ag-grid
The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript.
Stars: ✭ 8,743 (+31125%)
Mutual labels:  table

GWT Material Table Build Status Join us

A complex table component designed for the material design specifications!

Demo

Latest Demo

Documentation

Support documentation can be found here

Maven

Current Version 2.5.0

<dependency>
    <groupId>com.github.gwtmaterialdesign</groupId>
    <artifactId>gwt-material-table</artifactId>
    <version>2.5.0</version>
</dependency>
<dependency>
    <groupId>com.github.gwtmaterialdesign</groupId>
    <artifactId>gwt-material-table</artifactId>
    <version>2.5.0</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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].