Popularity
7.8
Growing
Activity
0.0
Stable
8,511
240
1,059
Monthly Downloads: 0
Programming language: HTML
Latest version: v6.3.2
flexboxgrid alternatives and similar libraries
Based on the "Table/Grid" category
-
Isotope
A filterable, sortable, grid layout library. Can implement Masonry, Packery, and other layouts. -
DataTables
(jQuery plug-in) It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction controls to any HTML table. -
Tabulator
(jQuery plug-in) An extremely flexible library that create tables with a range of interactive features from any JSON data source or existing HTML table. -
Freewall
Freewall is a cross-browser and responsive jQuery plugin to help you create many types of grid layouts for desktop, mobile, and tablet... -
floatThead
(jQuery plug-in) lock any table's header while scrolling within the body. Works on any table and requires no custom html or css. -
Vanilla-DataTables
A lightweight, dependency-free javascript HTML table plugin -
Bootstrap Table
An Extension to the popular Bootstrap framework for creating tables that fit the style of your site with no need for additional markup.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of flexboxgrid or a related project?
README
Flexbox Grid
Grid based on the flex
display property.
Install
npm
npm i flexboxgrid --save
bower
bower install flexboxgrid
cdn
CDNJS
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css" type="text/css" >
css
Add the flexboxgrid.css
development or flexboxgrid.min.css
production to your html page.
<link rel="stylesheet" href="css/flexboxgrid.min.css" type="text/css">