Skip to content

Releases: Lruihao/el-table-sticky

v1.0.4

05 Jun 09:32
v1.0.4
9fd4648
Compare
Choose a tag to compare

增加一个 CSS 的变量 --scrollbar-height用于修改滚动条高度,默认值是 6px
你可以通过在组件或者全局设置这个变量的值来修改滚动条高度,例如:

.page-container {
  --scrollbar-height: 10px;
}

Full Changelog: v1.0.3...v1.0.4

v1.0.3

25 Jan 02:58
v1.0.3
768cf1d
Compare
Choose a tag to compare
  • Fix(build): 修复打包配置错误,导致命名导出失效 (resolve #16)

Full Changelog: v1.0.2...v1.0.3

v1.0.2

08 Oct 08:47
Compare
Choose a tag to compare
  • 修复有固定列但是无横向滚动条时,部分栏位和横向滚动条显示异常的问题
  • 修复重复创建滚动条的问题

Full Changelog: v1.0.1...v1.0.2

v1.0.1

25 Sep 08:10
Compare
Choose a tag to compare
  • 修复空值判断错误
  • 修复 v-sticky-scroller 参数和文档描述不一致

Full Changelog: v1.0.0...v1.0.1

v1.0.0

25 Sep 07:31
Compare
Choose a tag to compare

重构

重构 v-sticky-header 指令

新增

  1. 支持表尾合计行吸底 (v-sticky-footer)
  2. 支持横向滚动条吸底 (v-sticky-scroller)
  3. 支持高度自适应 (v-height-adaptive)

Full Changelog: v0.1.2...v1.0.0

v1.0.0-RC.2

25 Sep 06:42
Compare
Choose a tag to compare
v1.0.0-RC.2 Pre-release
Pre-release

Full Changelog: v1.0.0-RC.1...v1.0.0-RC.2

v1.0.0-RC.1

25 Sep 04:27
Compare
Choose a tag to compare
v1.0.0-RC.1 Pre-release
Pre-release

Full Changelog: v1.0.0-RC.0...v1.0.0-RC.1

v1.0.0-RC.0

25 Sep 04:07
Compare
Choose a tag to compare
v1.0.0-RC.0 Pre-release
Pre-release

Full Changelog: v1.0.0-RC...v1.0.0-RC.0

v1.0.0-RC

25 Sep 02:34
Compare
Choose a tag to compare
v1.0.0-RC Pre-release
Pre-release

重构

重构 v-sticky-header 指令

新增

  1. 支持表尾合计行吸底 (v-sticky-footer)
  2. 支持横向滚动条吸底 (v-sticky-scroller)
  3. 支持高度自适应 (v-height-adaptive)

Full Changelog: v0.1.2...v1.0.0-RC

v0.1.2

19 Jun 02:34
Compare
Choose a tag to compare

New Contributors

Full Changelog: v0.1.1...v0.1.2