https://github.com/strarsis/tablepress-rowspan-all
TablePress Extension: Rowspans everywhere
https://github.com/strarsis/tablepress-rowspan-all
extension rowspan table tablepress thead wordpress wordpress-plugin
Last synced: 5 months ago
JSON representation
TablePress Extension: Rowspans everywhere
- Host: GitHub
- URL: https://github.com/strarsis/tablepress-rowspan-all
- Owner: strarsis
- License: gpl-3.0
- Created: 2017-02-17T14:45:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T10:29:19.000Z (over 4 years ago)
- Last Synced: 2025-01-17T23:30:25.596Z (over 1 year ago)
- Topics: extension, rowspan, table, tablepress, thead, wordpress, wordpress-plugin
- Language: PHP
- Size: 31.3 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tablepress-rowspan-all
TablePress Extension: Rowspans everywhere
## A note about caching
TablePress plugin caches the table markup (as transients).
If the table markup doesn't change after installing/updating this plugin,
the TablePress cache may has to be invalidated.
Either delete the TablePress-related transients,
all transients (as transients should only be used for temporary data),
or update the cache by re-saving the tables that should use
this plugin by using the `outside_rowspan` trigger word.