table icon indicating copy to clipboard operation
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.

Results 71 table issues
Sort by recently updated
recently updated
newest added

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 ![image](https://github.com/merico-dev/table/assets/13861843/97167020-2933-46d8-a720-d9c493d08b2e) 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...

scope: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...

enhancement
scope:dashboard

![CleanShot 2024-07-20 at 22 00 14@2x](https://github.com/user-attachments/assets/32e5e597-3a47-4918-ad03-b0f08ddab982)