Skip to content

issues Search Results · repo:Lruihao/el-table-sticky language:Vue

Filter by

11 results
 (67 ms)

11 results

inLruihao/el-table-sticky (press backspace or delete to remove)

我已确认引入指令并注册 ,我在table中使用了 v-sticky-header指令,但未按照预期发挥作用
wontfix
  • GitHubOWB
  • 1
  • Opened 
    on Jan 8
  • #21

大佬吸顶没有生效
invalid
question
  • jounghu
  • Opened 
    on Jun 14, 2024
  • #20

添加 v-sticky-scroller 指令后,滚动条能正常吸顶,主要是觉得这个滚动条高度不够,用户使用起来可能不太方便,所以想增加类似这种配置来自定义滚动条的高度: export default { directives: { StickyScroller: new StickyScroller({ offsetBottom: 10, height: 12 }).init(), ...
enhancement
  • HaceraI
  • 3
  • Opened 
    on Jun 5, 2024
  • #19

image 如图所示,把v-sticky-header.always指令作为Attribute传入时,指令并未生效,请问有没有好的解决方案?
  • git-shiwu
  • 2
  • Opened 
    on May 21, 2024
  • #18

import { StickyHeader, StickyFooter, StickyScroller, HeightAdaptive, } from @cell-x/el-table-sticky 局部导入时,这个4个对象都为空,导致directives注册失败,不知道什么原因。 相关版本 nodejs: 16.20.2 npm: 8.19.4 @cell-x/el-table-sticky ...
bug
  • chenwen97
  • 2
  • Opened 
    on Jan 24, 2024
  • #16

设置 height, bottomOffset 利用 el-table 自带的表头表尾固定功能,配合实现高度自适应
enhancement
  • Lruihao
  • 1
  • Opened 
    on Jun 27, 2023
  • #13

文档 - [x] 编写文档:背景、使用、注意事项等 打包 配置 Github actions 自动实现: - [x] push tag - 自动发布 release - 打包发布插件 - [x] demo 页面打包部署
documentation
  • Lruihao
  • Opened 
    on Jun 15, 2023
  • #5

增加 v-sticky-scroller 指令创建一个 el-srollbar 模拟滚动条,用于实现横向滚动条吸底效果 参考链接: - https://github.com/KingSora/OverlayScrollbars - https://github.com/noeldelgado/gemini-scrollbar - https://github.com/mizuka-wu/el-table-horizontal-scroll ...
enhancement
  • Lruihao
  • 1
  • Opened 
    on Jun 15, 2023
  • #4

增加 v-sticky-footer 指令用于表尾合计行吸底
enhancement
  • Lruihao
  • 1
  • Opened 
    on Jun 15, 2023
  • #3

sticky-header 补充 border,以弥补视觉上表格的顶部 border 丢失
bug
  • Lruihao
  • Opened 
    on Jun 15, 2023
  • #2
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub