This repository has been archived by the owner on Jul 25, 2021. It is now read-only.
v3.2.1
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