S2
S2 copied to clipboard
⚡️ A practical visualization library for tabular analysis.
### 👀 PR includes ✨ Feature - [ ] New feature 🎨 Enhance - [ ] Code style optimization - [ ] Refactoring - [ ] Change the UI -...
### 👀 PR includes 🔧 Chore - [ ] Test case - [ ] Docs / demos update - [ ] CI / workflow - [ ] Release version -...
### 🖋 交叉透视表的列宽能否根据数据自适应或者支持换行? 数据比较长的时候出现省略号,非常影响用户体验
### 👀 PR includes ✨ Feature - [x] New feature 🎨 Enhance - [ ] Code style optimization - [x] Refactoring - [ ] Change the UI - [ ]...
 
### 🖋 Description pivotsheet下s2DataConfig内columns传入的字段好像强制会转为string,导致meta内的formatter错误 应用场景:column为int型的timestamp,通过timeformatter来格式化value ### 😊 Expected Behavior 保持字段的类型不变,通过formatter来控制更合理? ### 😅 Current Behavior 数值被转成string,现在formatter函数为了兼容,将string转回数值,再进行格式化
### 🖋 Description 列头可以通过拖动交互移动所在表格列前后位置 ### 🏞 What problem does this feature solve 更加易用和美观 ### 🧐 Suggest the API | name | type | default | description | |----|----|----|----| | -...
### 🖋 Description ### 😊 Expected Behavior ### 😅 Current Behavior
### 🖋 Description 想要实现自定义的行头的单元格的样式,针对特定单元格处理,不是批量处理 找到了drawRectBorder这个函数,但是不会覆盖使用,文档中没有找到例子 ### 😊 Expected Behavior ### 😅 Current Behavior
### 🖋 Description 用户选中表格数据时,如果也选中了表头,希望表头的数据也被复制下来 ### 🏞 What problem does this feature solve