table
table copied to clipboard
Build your own data presentation using SQL and multiple data sources including big data. The most flexible and powerful low-code data workflow loved by developers.
I've noticed an issue with the regular expression at https://github.com/merico-dev/table/blob/2c29dae2851cdf4ac1811a0824963e3905d0493e/dashboard/src/utils/usage.ts#L2-L4  Safari versions before 16.4 [do not support lookbehind](https://caniuse.com/js-regexp-lookbehind). As a result, using this regular expression may cause the dashboard...
without this feature, we'll have to store full function string like: ```javascript function color({ variables }, { filters, context }, utils) { return "color"; } ``` but if this feature...
