All Projects → amalfra → fluid-table

amalfra / fluid-table

Licence: MIT License
A tiny library to create responsive HTML tables

Programming Languages

CSS
56736 projects

Projects that are alternatives of or similar to fluid-table

React Collapsing Table
react-collapsing-table: a React rewrite of the jQuery table plugin from "datatables.net". Inspired by a lack of similar table behaviors, notably collapsibility and responsivity.
Stars: ✭ 21 (-8.7%)
Mutual labels:  responsive, table
Ember Light Table
Lightweight, contextual component based table for Ember 2.3+
Stars: ✭ 310 (+1247.83%)
Mutual labels:  responsive, table
Tablesaw
A group of plugins for responsive tables.
Stars: ✭ 5,497 (+23800%)
Mutual labels:  responsive, table
Angular Generic Table
A generic table for Angular 2+. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, global search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.
Stars: ✭ 100 (+334.78%)
Mutual labels:  responsive, table
Restable
jQuery plugin that makes tables responsive converting them to HTML lists on small viewports.
Stars: ✭ 183 (+695.65%)
Mutual labels:  responsive, table
use-table-tools
React Hooks for building kickass react table components
Stars: ✭ 18 (-21.74%)
Mutual labels:  responsive, table
terminal-columns
Render readable & responsive tables in the terminal
Stars: ✭ 27 (+17.39%)
Mutual labels:  responsive, table
aioneframework
Aione Framework: All-in-one lightweight mobile first front-end framework to design websites, web applications, mobile applications, progressive web applications having large number of examples, documentation, tutorials, community support, components.
Stars: ✭ 13 (-43.48%)
Mutual labels:  responsive, table
react-tabllist
React-based customizable style table or list components that support event and callback functions.
Stars: ✭ 20 (-13.04%)
Mutual labels:  table
Jikan
A new CSS framework for better, faster and more beautiful UIs.
Stars: ✭ 19 (-17.39%)
Mutual labels:  responsive
react-native-responsive-linechart
A customizable and responsive line or area chart for react-native
Stars: ✭ 179 (+678.26%)
Mutual labels:  responsive
atomize
A library of atomic CSS classes.
Stars: ✭ 51 (+121.74%)
Mutual labels:  responsive
nuclear
Polymorphic and Multilingual CMS powered by Laravel
Stars: ✭ 31 (+34.78%)
Mutual labels:  responsive
ember-sort-filter-table
A sortable/searchable table addon for ember cli
Stars: ✭ 13 (-43.48%)
Mutual labels:  table
react-vt-table
Table realisation based on `react-window` library
Stars: ✭ 28 (+21.74%)
Mutual labels:  table
flexpivot
Simple frequency table
Stars: ✭ 19 (-17.39%)
Mutual labels:  table
MazeFlix
MazeFlix is an entertainment hub where you can find the latest and your favorite TV shows. You can view the details of the show, like a show or even comment. You can also see other comments which might give you a general idea about what people think about the show. It is built with HTML, CSS and JavaScript with data from the TvMaze API(tv show d…
Stars: ✭ 23 (+0%)
Mutual labels:  responsive
vue-booklet
Vue compoment for create a e-book
Stars: ✭ 33 (+43.48%)
Mutual labels:  responsive
webpack-play
learning about webpack
Stars: ✭ 40 (+73.91%)
Mutual labels:  responsive
englishextra.github.io
English Grammar for Russian-Speakers, a PWA website + SPA
Stars: ✭ 19 (-17.39%)
Mutual labels:  responsive

fluid-table

A tiny library to create responsive HTML tables

npm version

table on large screens

screenshot

table on small screens

screenshot

Installation

npm install fluid-table

Or download/clone the repo.

Usage

Just apply fluid-table css class to your table element. Your table columns will be converted to rows in smaller displays(< 768px). To each td element add data-label attribute whose value should be the column's heading.

Development

Questions, problems or suggestions? Please post them on the issue tracker.

You can contribute changes by forking the project and submitting a pull request. Feel free to contribute 😍

UNDER MIT LICENSE

The MIT License (MIT)

Copyright (c) 2016 Amal Francis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].