Title
- bug:
TypeError: Tabulator is not a constructor
Environment Details
- react-tabulator version: 0.13.2
- tabulator-tables version: 4.8.0 (thru package.json resolution section)
- OS: macOS
- Node.js version: v14.9.0
Description

Since the download scope is fixed in tabulator-tables 4.8.0, I attempted to resolve the package into the newer version, yet the error above shown and blocked the entire table rendering.
Related Repository
https://github.com/lifehome/warsinhk-locationtableview
Demo site
This demo site(https://on9.link) is built with react-tabulator 0.13.2, and tabulator-tables 4.7.2.
(Please use Google Translate to comprehend page contents.)
It shows the problem that the green download button cannot export the filtered results, instead it downloads the first page and visible data rows only.
Title
TypeError: Tabulator is not a constructorEnvironment Details
Description

Since the download scope is fixed in tabulator-tables 4.8.0, I attempted to resolve the package into the newer version, yet the error above shown and blocked the entire table rendering.Related Repository
https://github.com/lifehome/warsinhk-locationtableview
Demo site
This demo site(https://on9.link) is built with
react-tabulator0.13.2, andtabulator-tables4.7.2.(Please use Google Translate to comprehend page contents.)
It shows the problem that the green download button cannot export the filtered results, instead it downloads the first page and visible data rows only.