DTRT Table archived
Shortcode to author a vertical table with overflow hint and scrollbar.
by Dan Smith · github.com/dotherightthing/wpdtrt-table · website
★ 0stars
19release downloads
≈10active sites
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/dotherightthing/wpdtrt-table/releases/download/1.0.2/release.zipReadme
DTRT Table
Shortcode to author a vertical table with overflow hint and scrollbar.
Setup and Maintenance
Please read DTRT WordPress Plugin Boilerplate: Workflows.
WordPress Installation
Please read the WordPress readme.txt.
WordPress Usage
Styling
Core CSS properties may be overwritten by changing the variable values in your theme stylesheet.
See scss/variables/_css.scss.
Shortcode
Please use the provided shortcode to embed a table:
<!-- within the editor -->
[wpdtrt_table_shortcode option="value"]
// in a PHP template, as a template tag
<?php echo do_shortcode( '[wpdtrt_table_shortcode option="value"]' ); ?>
Options
caption="Demo table"- Appears as a heading above the tablewidths="20%|30%|auto"- Column widths (autoorN%), separated by upright barsheaders="Column 1|Column 2|Column 3"- Column headers (th), separated by upright barscols="A|B|C|1|2|3|Foo|Bar|Baz"- Column content (td), separated by upright bars; rows are created based on the number ofheaders
Dependencies
None.
Demo pages
- Vertical tables: Don't Believe The Hype - Day 39
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| 1.0.2 | Aug 6, 2021 | release.zip | 6 |
| 1.0.1 | Aug 5, 2021 | release.zip | 6 |
| 1.0.0 | Aug 5, 2021 | release.zip | 7 |
Active-site estimate ≈10 comes from the median of recent superseded releases. Method.