basictable
basictable copied to clipboard
Basic Table jQuery or Vanilla JS plugin for simple responsive tables.
Hi Jerry, Great library. With our CMS, it has a weird output for the tables as: `thead > tr > td` Do you think adding this line to your library...
Bumps [terser](https://github.com/terser/terser) from 5.5.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Thank you for your script. How can i use other titles for footer in table? For example for TOTAL VALUE ROW. **Price Number 123 1 222 2 333 4 _TOTAL...
When the first column of the table is set as a header it throws this error: Uncaught TypeError: can't access property "text", a[e][t] is undefined Example table below: `Waste (Tonnes)LandfilledRecycledCompostedGeneratedRecovered2011-12460,467159,63341,298661,39830.4%2012-13471,921182,19341,748696,86132.3%2013-14398,603200,38037,642636,62537.4%2014-15415,443194,17039,350648,96436.0%`
I am having issue after adding rowspan attribute in `` it not showing correct table heading(``). Any suggestion? [Here](https://codepen.io/mamunhpath/full/vomPdJ) is a implementation please take look in mobile.
### 1. Summary It would be nice, if would be possible to have this behavior: **If** page orientation is `landscape`: table will look normal (possibly use `@media screen and (orientation...
### 1. Summary It would be nice, if Basic Table will support tables without `` tag. ### 2. Validity of tables without thead 1. According to HTML Living Standard as...