空数据的单元格,中划线可以去掉吗 #2406
空数据的单元格,中划线可以去掉吗
#2406
-
https://s2.antv.vision/examples/basic/table/#table 比如这个demo的成本一列 |
Beta Was this translation helpful? Give feedback.
Answered by
lijinke666
Nov 10, 2023
Replies: 1 comment 1 reply
-
多看看文档吧, 多搜索, 实在找不到再提问, https://s2.antv.antgroup.com/api/general/s2-options#:~:text=%E5%8D%95%E5%85%83%E6%A0%BC%E4%BF%A1%E6%81%AF-,placeholder,-string%20%7C%20(meta%3A%20Record const s2Options = {
width: 600,
height: 480,
showSeriesNumber: true,
+ placeholder: ""
};
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
KuduroJS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
多看看文档吧, 多搜索, 实在找不到再提问, https://s2.antv.antgroup.com/api/general/s2-options#:~:text=%E5%8D%95%E5%85%83%E6%A0%BC%E4%BF%A1%E6%81%AF-,placeholder,-string%20%7C%20(meta%3A%20Record
const s2Options = { width: 600, height: 480, showSeriesNumber: true, + placeholder: "" };