robin

Results 3 issues of robin

**Describe the solution you'd like** - 可自动根据列数据进行汇总,作为筛选条件; - 或完全自定义 筛选条件;

help wanted
feature

**Describe the solution you'd like** 合并单元格,用法最好类似于 table 的合并单元格,配置 `colspan` & `rowspan`; 延伸功能: - 表头分组

help wanted
feature

It's just passing strings to `generateScopedName` that can be problematic with [critters](https://github.com/GoogleChromeLabs/critters). It works fine when passing a function to `generateScopedName`. ``` vite: { css: { modules: { generateScopedName: "[name]_[hash:base64:8]",...