Commit Graph

508 Commits (ff3954e2758b27bb3c9de1182fee1cce7b13c8ff)

Author SHA1 Message Date
贤心 25273fdcfd Merge branch 'main' of github.com:layui/layui 2022-06-28 21:01:35 +08:00
贤心 c86a2271e4 add base attr for tableReload 2022-06-28 21:01:21 +08:00
贤心 93cd224552
Merge pull request #1055 from sunxiaobin89/main
table 修复一些问题和优化
2022-06-28 20:54:19 +08:00
sunxiaobin89 6ef7c03bc6 table 回滚关于update、del和LAY_DISABLED的相关修改 2022-06-28 20:38:07 +08:00
sunxiaobin89 fcdd92b422
Merge branch 'layui:main' into main 2022-06-28 20:34:30 +08:00
贤心 f03534a320
Merge pull request #1056 from meihangbo/main
修改列表数字列初始宽度为60,宽度为40会导致两位以上序号显示不全出现...
2022-06-28 20:08:19 +08:00
meihangbo 621925a70d
修改列表数字列初始宽度为60,宽度为40会导致两位以上序号显示不全出现... 2022-06-28 19:29:26 +08:00
sunxiaobin89 7b610bfd5a table 修复reloadData改变page时候出现的一些异常 2022-06-28 18:49:24 +08:00
sunxiaobin89 f86ef95201 table 修复初始化存在hide字段的时候table.eachCols部分字段没有遍历到的问题 2022-06-27 21:55:06 +08:00
sunxiaobin89 0a230b6528 table 修复一些问题 2022-06-27 19:33:40 +08:00
sunxiaobin89 84b85b16a3
Merge branch 'layui:main' into main 2022-06-27 15:56:39 +08:00
贤心 9372560268 fix: page bar display problem when data is abnormal 2022-06-27 11:28:40 +08:00
sunxiaobin89 1f5781e55f table 处理LAY_DISABLED在一些特殊的情境比如当前页所有记录都不可操作的时候全选框的状态(disabled和checked) 2022-06-27 07:32:09 +08:00
sunxiaobin89 58f7c19ca5 table 修复LAY_DISABLED功能的一些异常问题 2022-06-27 06:15:29 +08:00
sunxiaobin89 4b7f74b97b table 修复一些问题和优化 2022-06-27 03:39:23 +08:00
贤心 f1140fa78f release v2.7.1 2022-06-27 01:34:38 +08:00
贤心 ab940e5df3 update 2022-06-27 01:33:11 +08:00
贤心 9dc31fa032 release v2.7.1 2022-06-27 01:01:51 +08:00
贤心 5822042a80 Merge branch 'main' of github.com:layui/layui 2022-06-27 00:29:33 +08:00
贤心 8cf6798137 update 2022-06-27 00:29:24 +08:00
贤心 42738cebf2
Merge pull request #1054 from sunxiaobin89/main 2022-06-26 17:59:49 +08:00
sunxiaobin89 16e02f99ea
Merge branch 'layui:main' into main 2022-06-26 14:33:06 +08:00
sunxiaobin89 146adba3fe table 修复reloadData之后出现分页栏丢失的问题 2022-06-26 14:32:25 +08:00
贤心 37443a5c45
Merge pull request #1053 from sunxiaobin89/main 2022-06-26 00:35:41 +08:00
sunxiaobin89 084a37a8ee table 修复size: sm|lg的表格行高度异常问题 2022-06-25 16:20:24 +08:00
贤心 b9acac35a4
Merge pull request #1052 from layui/main 2022-06-25 00:34:35 +08:00
贤心 cb10f2a36f release v2.7.0 2022-06-24 23:13:11 +08:00
贤心 33f79e5ab8 update 2022-06-24 23:09:50 +08:00
贤心 08e4bf4191
fix size error (#1051)
fix size error
2022-06-24 22:51:18 +08:00
Allen eb8c9ce5c2
紧急修复2.7.0引入的table组件触发console报错的问题
issues:https://gitee.com/sentsim/layui/issues/I5E270
2022-06-24 21:46:59 +08:00
贤心 a608becd31 release 2.7.0 2022-06-24 15:37:51 +08:00
贤心 4ba95a164c update 2022-06-24 15:34:45 +08:00
贤心 96f5c38971 update 2022-06-24 10:16:50 +08:00
贤心 691cb5811f update 2022-06-23 01:54:06 +08:00
贤心 8e5a5dae02 update 2022-06-23 00:05:18 +08:00
贤心 3b8f6a0477 update 2022-06-23 00:03:41 +08:00
贤心 8e66f49320
add `always` value for autoplay (#1049) 2022-06-22 12:20:44 +08:00
sunxiaobin89 37b4c404ea carousel autoplay新增'always'支持 2022-06-22 11:43:18 +08:00
贤心 094cfc03b1 update 2022-06-22 01:40:14 +08:00
贤心 2a3f19eff8 update 2022-06-22 01:39:26 +08:00
贤心 b400a9befb update 2022-06-22 01:07:12 +08:00
贤心 c49197bb9f Merge branch 'main' of github.com:layui/layui 2022-06-21 00:25:16 +08:00
贤心 26df2dc43b update 2022-06-21 00:25:07 +08:00
贤心 7e98d87e98
修复 eachCols 方法遍历不到隐藏列的问题 2022-06-21 00:24:17 +08:00
sunxiaobin89 f88626e73a 修复eachCols遍历不到隐藏列的问题 2022-06-21 00:19:48 +08:00
贤心 29ba7f7cdd Merge branch 'main' of github.com:layui/layui 2022-06-21 00:02:55 +08:00
贤心 7076f801f7 update 2022-06-21 00:02:39 +08:00
贤心 8477948c00
Merge pull request #1046 from sunxiaobin89/main
修复一些问题
2022-06-21 00:02:04 +08:00
sunxiaobin89 9d689b3b89 修复子列有隐藏的情况下出现列宽不正确的问题 2022-06-20 23:58:20 +08:00
贤心 8033abc420 Merge branch 'main' of github.com:layui/layui 2022-06-20 20:21:52 +08:00