[Table] 支持移除 tbody 的 padding 并设置高度撑满 #9740 Sign in to view logs Summary Jobs issue-open-check Run details Usage Workflow file Triggered via issue June 24, 2024 09:11 Brucia323 opened #49574 a81603d Status Success Total duration 16s Artifacts – issue-open-check.yml...
注意:<table>标签的直接子元素不能是<div> 一个可选的 <caption> 元素零个或多个的 <colgroup> 元素一个可选的 <thead> 元素下列任意一个: 零个或多个 <tbody> (en-US) 零个或多个 <tr> 一个可选的 <tfoot> 元素 参考文档 那么描述一下为什么需要在tbody外面加一层div,需要实现什么功能 === 补充...
后来我又研究了下ant-design里面的table组件固定列的实现方式,发现ant-design的实现方式跟element-ui不一样,它不是渲染两个table,而是基于一个CSS3属性来实现的,那就是 position: sticky 然后我就尝试着使用原生html的table的结构和这个css属性实现了固定表头和列的表格组件,并添加了拖拽滚动的效果,首先看下效果: ...
An enterprise-class UI design language and React UI library - table 设置scroll.y后theader和tbody的border无法对齐 · ant-design/ant-design@d1a0fb8
我想要自定义antd Tabled的表格体,在tbody外包一层div根据文档中的components属性,想覆盖掉body部分,但是没有效果 {代码...} {代码...} 如果换成 {代码...} 能够覆盖,但是tbody这个新的tbody总是挤在第一列,...
scroll={{y: number}}y只能是数字,不能使用css的calc(100vh-120px) y只能设置table-body的max-height,不够灵活,比如无法设置height,min-height What does the proposed API look like? height 表格固定高度,在数据少的时候,分页工具栏位置固定在底部,阿里云控制台以前就是这样的 ...
(ant-design#21554) Co-authored-by: Golevka <huangsamfisher@163.com> * patch file * clean up * update shadow.zh-CN update shadow.zh-CN * add shadow table * Update visual.zh-CN.md (ant-design#21577) Co-authored-by: shuwenliu0116 <33922479+shuwenliu0116@users.noreply.github.com> *...
table的头部和表格的边框无法对齐 为什么table的滚动条不采用react-custom-scrollbars这种浮动隐藏式的滚动条,这样能避免滚动条占用空间引起表格列宽带计算出问题的情况 zsyh reacted with thumbs up emoji 👍 IDrinkMoreWaterchanged the titletable 设置scroll.y后theader和border和tbody的无法对齐Apr 20, 2017 ...
An enterprise-class UI design language and React UI library - table 设置scroll.y后theader和tbody的border无法对齐 · ant-design/ant-design@ae44eb9
(ant-design#21554) Co-authored-by: Golevka <huangsamfisher@163.com> * patch file * clean up * update shadow.zh-CN update shadow.zh-CN * add shadow table * Update visual.zh-CN.md (ant-design#21577) Co-authored-by: shuwenliu0116 <33922479+shuwenliu0116@users.noreply.github.com> *...