1.0.8 • Published 3 months ago
@servicensw/responsive-table v1.0.8
@servicensw/responsive-table
Service NSW package documentation and examples (Login credentials required)
Installation
npm install @servicensw/responsive-table --save-dev
How to use
CSS
- PostCSS workflow:
@import '@servicensw/responsive-table';
- Sass/Eyeglass:
@import 'servicensw-responsive-table';
- Native CSS:
@import url('dist/responsive-table.css');
- Link tag:
<link href="dist/responsive-table.css" rel="stylesheet" type="text/css">
JavaScript
import ResponsiveTable from "@servicensw/responsive-table"
new ResponsiveTable("table:has(tbody th):not(.table--not-responsive)")
Legacy usage;
- IIFE:
<script src="dist/responsive-table.js" type="text/javascript"></script>
(initialized for alltable:has(tbody th):not(.table--not-responsive)
elements) - Common JS:
const ResponsiveTable = require("@servicensw/responsive-table")
(initialize yourself)
1.0.8
3 months ago
1.0.7
4 months ago
1.0.7-alpha.0
4 months ago
1.0.8-alpha.0
3 months ago
1.0.2
1 year ago
1.0.4-alpha.0
1 year ago
1.0.1
1 year ago
1.0.5-alpha.0
11 months ago
1.0.5-alpha.2
11 months ago
1.0.5-alpha.1
11 months ago
1.0.6-alpha.0
10 months ago
1.0.6
10 months ago
1.0.5
10 months ago
1.0.4
1 year ago
1.0.3
1 year ago
1.0.1-alpha.0
1 year ago
1.0.5-alpha.4
10 months ago
1.0.5-alpha.3
10 months ago
1.0.3-alpha.0
1 year ago
1.0.5-alpha.5
10 months ago
1.0.2-alpha.0
1 year ago
1.0.0
1 year ago
1.0.0-alpha.1
1 year ago
1.0.0-alpha.0
1 year ago
0.2.0-alpha.2
1 year ago
0.2.0-alpha.3
1 year ago
0.2.0-alpha.1
1 year ago
0.1.1-alpha.0
1 year ago
0.1.2
1 year ago
0.1.1
1 year ago
0.1.2-alpha.0
1 year ago
0.1.0
1 year ago
0.1.0-alpha.3
1 year ago
0.1.0-alpha.1
1 year ago
0.1.0-alpha.2
1 year ago
0.1.0-alpha.0
1 year ago