rowspan
and colspan
html attributes on table. v5.0.0-rc.1, v5.0.0-rc.3, v5.0.0-rc.6, v5.0.0-rc.8, v5.0.0-rc.9​getBinaryData
renamed to a more semantically correct getRawData
ignoreCSS
can now accept either a selector
(e.g. '.tableexport-ignore'
) or selector[]
(e.g. ['.tableexport-ignore', '#ignore']
). v5.0.0-rc.7​emptyCSS
can now accept either a selector
(e.g. '.tableexport-empty'
) or selector[]
(e.g. ['.tableexport-empty', '#empty']
). v5.0.0-rc.7​defaultCaptionClass
class is now configurable rather than statically set to the .tableexport-caption
class. v5.0.0-rc.10​storageKey
attribute is now configurable rather than statically set to the tableexport-id
attribute. v5.0.0-rc.10​defaultNamespace
string is now configurable rather than statically set to the te-
string. v5.0.0-rc.10​xlsx
, xls
, csv
, and txt
prototype properties moved to nested under the formatConfig
namespace. v5.0.0-rc.1​id
. The tableKey
attribute is now used to uniquely identify table elements and hold either the table's id
or a UUID generated from the defaultNamespace
and a unique internal counter. v5.0.0-rc.10, v5.0.0-rc.11​