Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/htmlelements/smart-table

Table UI Component. Available for Web Components, Angular and React
https://github.com/htmlelements/smart-table

angular-datatable angular-table bootstrap bootstrap-table bootstrap-table-sort bootstrap-tables data-visualization free html-table javascript react-datatable react-table table table-sorting table-web-component web-components

Last synced: 4 days ago
JSON representation

Table UI Component. Available for Web Components, Angular and React

Awesome Lists containing this project

README

        

# [Smart.Table](https://www.htmlelements.com) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Get%20over%2020%20free%20custom%20elements%20based%20on%20SmartHTMLElements%20&url=https://www.htmlelements.com/&via=htmlelements&hashtags=bootstrap,design,templates,table,developers,webcomponents,customelements,polymer,material)

[Table with Fliter](https://htmlelements.com/demos/table)

Smart.Table supports the following features:

- Sorting by one and multiple columns
- Paging
- Filtering with Filter Row and Filtering Input
- Grouping
- Tree Table
- Expandable Rows
- Cell and Row Editing
- Keyboard navigation
- Selection
- Cell Validation
- Loading on Demand
- Responsive columns
- Multi Row Header and Footer
- Sticky Columns
- Sticky Header
- Columns Reorder
- Data Export to Excel, PDF, HTML, CSV, TSV, HTML

[Table Component](https://htmlelements.com/demos/table)

Smart.Table is FREE for everyone.

Demos: https://www.htmlelements.com/demos/table/overview/

 
[![Price](https://img.shields.io/badge/price-FREE-0098f7.svg)](https://github.com/HTMLElements/smart-table/blob/master/LICENSE)
[![npm](https://img.shields.io/npm/v/@smarthtmlelements/smart-table.svg?style=flat)](https://www.npmjs.com/package/@smarthtmlelements/smart-table)
[![License: APACHE](https://img.shields.io/badge/license-APACHE-blue.svg)](https://github.com/HTMLElements/smart-table/blob/master/LICENSE)
[![](https://img.shields.io/website-up-down-green-red/https/shields.io.svg?label=www.htmlelements.com)](https://www.htmlelements.com)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/htmlelements/smart-table)

# <smart-table>

[Live Demo ↗](https://htmlelements.com/demos/table/)
|
[Documentation ↗](https://www.htmlelements.com/docs/)
|
[Documentation for Web Components↗](https://www.htmlelements.com/docs/table/)
|
[Documentation for Angular↗](https://www.htmlelements.com/docs/table/)
|
[Documentation for React↗](https://www.htmlelements.com/docs/table/)
|

[Installation ↗](https://www.npmjs.com/package/smart-webcomponents-community)

[<smart-table>](https://htmlelements.com/demos/table/) is a Custom HTML Element providing an alternative of the standard Table, part of the [Smart UI Community Version](https://htmlelements.com/).

```html




Country
Area
Population_Rural
Population_Total
GDP_Total



Brazil85157670.152058090002353025
China93882110.46137553000010380380
France6754170.21645290002846889
Germany3570210.25814590003859547
India32875900.6812862600002047811
Italy3012300.31606763612147952
Japan3778350.071269200004616335
Russia170982420.261465447101857461
United States91474200.1932309700017418925
United Kingdom2448200.18650970002945146

```

## Tree Table

[Table with Tree](https://htmlelements.com/demos/table)

## Table Grouping

[Table with Grouping](https://htmlelements.com/demos/table)

## Table with Filter Row

[Table with Filter Row](https://htmlelements.com/demos/table)

## Table with Cell Edit

[Table with Edit](https://htmlelements.com/demos/table)

## Basic table

[Screenshot of smart-table, using the Material theme](https://htmlelements.com/demos/table)

## Table with Bootstrap UI

[Table Bootstrap](https://htmlelements.com/demos/table)

## Table with Sort

[Screenshot of smart-table, using which is sortable](https://htmlelements.com/demos/table)

## Table with Responsive CSS

[Screenshot of smart-table, using the Responsive Tablet mode](https://htmlelements.com/demos/table)

[Screenshot of smart-table, using the Responsive mode](https://htmlelements.com/demos/table)

## Getting Started

Smart HTML Elements components documentation includes getting started, customization and api documentation topics.

[Getting Started Documentation](https://www.htmlelements.com/docs/table/)
|
[CSS Documentation](https://www.htmlelements.com/docs/table-css/)
|
[API Documentation](https://www.htmlelements.com/docs/table-api/)

## The file structure for Smart HTML Elements

- `source/`

Javascript files.

- `source/styles/`

Component CSS Files.

- `demos/`

Demo files

## Running demos in browser

1. Fork the `Smart-HTML-Elements-Core` repository and clone it locally.

1. Make sure you have [npm](https://www.npmjs.com/) installed.

1. When in the `Smart-HTML-Elements-Core` directory, run `npm install` and then `bower install` to install dependencies.

1. Run a localhost or upload the demo on a web server. Then run:

- /demos/smart-table/overview/

## Following the coding style

We are using [ESLint](http://eslint.org/) for linting JavaScript code.

## Creating a pull request

- Make sure your code is compliant with ESLint
- [Submit a pull request](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github) with detailed title and description
- Wait for response from one of our team members

## License

Apache License 2.0