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)添加 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

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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
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 IssuesProTip!
Press the /
key to activate the search input again and adjust your query.