VCL data-grid
Data grid to display tabular data.
Features
A grid for tabular data based on a CSS flexbox.
The main limitation compared to the HTML table
element is the
absence of col- and row-spans.
Usage
basic example
Classes
vclDataGrid
vclDGRow
vclDGCell
Modifiers
vclDGAlignRight
: align cell content to the right
vclDGAlignCentered
: align cell content to the left
vclDGVAlignMiddle
: vertically align cell content to the middle
vclDGVAlignBottom
: vertically align cell content to the bottom
Variables
Demo
example.html on GH-pages.