-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
隐藏功能相同项会出现隐藏尖头不见了🐛 #1344
Labels
⛔ invalid
issue 什么描述都没写
Comments
lijinke666
added
⛔ invalid
issue 什么描述都没写
👀 need more info
Issue/pr 描述太少, 没有可用信息
and removed
⛔ invalid
issue 什么描述都没写
👀 need more info
Issue/pr 描述太少, 没有可用信息
labels
May 17, 2022
你好 @xiaoxiao992,请按照 issue 模板填写相关信息 (参考 #852 #848), 方便大家高效沟通。 Hello @xiaoxiao992, please fill in the relevant information according to the issue template to facilitate communication efficiently (refer #852 #848). Thanks so much! |
https://s2.antv.vision/zh/examples/case/kpi-strategy#basic |
使用的什么版本? |
我本地 "@antv/s2": "^1.16.0", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🏷 Version
🖋 Description
用了表格默认的隐藏功能,发现隐藏后会出现隐藏收起的箭头不见了
⌨️ Code Snapshots
🔗 Reproduce Link
🤔 Steps to Reproduce
import { SheetComponent } from '@antv/s2-react'
<SheetComponent
dataCfg={chartData}
options={options}
themeCfg={{
theme: {
dataCell: {
text: {
textAlign: 'center',
textBaseline: 'middle',
},
bolderText: {
textAlign: 'center',
textBaseline: 'middle',
}
},
colCell: {
text: {
textAlign: 'center',
},
bolderText: {
textAlign: 'center',
}
},
background: {
color: '#fafafa'
},
},
name: 'gray'
}}
adaptive={{
width: true,
height: true,
getContainer: () => parentRef?.current || document.body // 或者使用 document.getElementById(containerId)
}}
sheetType="table"
onRangeSorted={onRangeSort}
getSpreadSheet={getSpreadSheet}
/>
😊 Expected Behavior
希望选中了隐藏的列之后,回显的小箭头还在
😅 Current Behavior
💻 System information
The text was updated successfully, but these errors were encountered: