Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

v3.2.1

Compare
Choose a tag to compare
@clarketm clarketm released this 11 May 14:37
· 366 commits to master since this release

added: new property

ignoreCSS: excludes <tr>, <td>, or <th> elements matching the provided selector(s).

e.g.

  • ignoreCSS: "tr.hide" => will exclude all rows with a hide class from the exported file.
  • ignoreCSS: [".password", ".username"] => will exclude any row (or cell) with the password or username class