Happy-Coding-Clans / vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
https://happy-coding-clans.github.io/vue-easytable/
MIT License
3.69k stars 738 forks source link

IE浏览器部分表格不能正常显示 #17

Closed ghost closed 6 years ago

ghost commented 6 years ago

vue-easytable官网就能看到具体的表格

huangshuwei commented 6 years ago

恩恩,看到了,感谢反馈

ghost commented 6 years ago

今天做项目测试兼容性,结果IE打开就很尴尬,希望尽快修复,毕竟还是很好用的

huangshuwei commented 6 years ago

赞赞赞,我还以为没人用呢,尽快修复

huangshuwei commented 6 years ago

不过由于用的是vue, IE兼容性只能支持IE8以上

ghost commented 6 years ago

嗯,我们也只做到兼容IE8+

huangshuwei commented 6 years ago

ok,没问题

ghost commented 6 years ago

赞赞赞

ghost commented 6 years ago

我觉得 合并列不怎么好用,而且官网的实例也没有给tableData,这就让我们这些小白很茫然,不知道数据格式是怎么样的

huangshuwei commented 6 years ago

现在官网更新了,你再看下,可以直接在实例中看到tableData数据了

ghost commented 6 years ago

qq 20171016153558 列合并我希望能够简单点

huangshuwei commented 6 years ago

我觉得 合并列不怎么好用...

合并列功能指的是这个吗 http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-cell-merge

我觉得用起来还好吧,你就当做是html表格,找到要合并的列。需要列合并就赋值 colspan,需要 行合并 就 赋值rowspan

huangshuwei commented 6 years ago

列合并我希望能够简单点

表头合并有点繁琐,不过目前没有太好的方法。等功能比较完善了再优化

ghost commented 6 years ago

大佬,这个判断合并列的方法,像我图片这种数据,大数据就会出现很多遍,然后选择第一个大数据进行合并

huangshuwei commented 6 years ago

大佬,这个判断合并列的方法,像我图片这种数据,大数据就会出现很多遍,然后选择第一个大数据进行合并

能否详细点,没太懂

ghost commented 6 years ago

qq 20171016153558 比如我这种的,tableData格式的话就不好写了

huangshuwei commented 6 years ago

你这张图表头和下面的列都没有对齐,可能只是原型图的问题。 如果要实现你上面这张图的效果,的确要写不少代码,不过即使你用html写一个table ,通过rowspan 和 cowspan 设置也是非常繁琐的。

ghost commented 6 years ago

嗯,我目前就是在解决上下宽度不对齐的问题,rowspan和cowspan确实繁琐,而且数据格式也不好定

ghost commented 6 years ago

大佬,给个微信,我们微信上面说吧,或者QQ

huangshuwei commented 6 years ago

微信和qq都不太方便啊,公司电脑不给安装,用手机码字能累死。还是这上面方便点,请谅解☺️

ghost commented 6 years ago

好的,还是希望大佬能够满足一下我这个需求,在网上找了许多,最后是通过element的Issues里面找到您的

huangshuwei commented 6 years ago

恩,现在是要解决浏览器兼容的问题,最近的几个版本我都是用chrome测试的,忽略了IE。我尽快修复。 关于如何优化使用合并列的问题,等有时间了我好好想想

ghost commented 6 years ago

好的

huangshuwei commented 6 years ago

已修复。 已发布,安装最新即可

ghost commented 6 years ago

好的,谢谢大佬