parlay96 / pl-table

A table based on element, 完美解决万级数据渲染卡顿问题
http://www.umyui.com/
MIT License
1.15k stars 238 forks source link

fit 属性 #31

Open remiliyaScarlet opened 4 years ago

remiliyaScarlet commented 4 years ago

无论设置了 还是没设置都不起作用

parlay96 commented 4 years ago

@remiliyaScarlet 那你看看ele有没有效果哦 可能不是我的问题哦

remiliyaScarlet commented 4 years ago

image 看了下ele应该也是有这个问题的 但它会自动换行 但你的样式里加了!important

parlay96 commented 4 years ago

我再说一次不固定行高 就不能用大数据渲染 必须固定行高,请看文档用前须知部分

------------------ 原始邮件 ------------------ 发件人: "remiliyaScarlet"<notifications@github.com>; 发送时间: 2019年12月31日(星期二) 中午12:14 收件人: "livelyPeng/pl-table"<pl-table@noreply.github.com>; 抄送: "Simple love"<403802162@qq.com>; "Comment"<comment@noreply.github.com>; 主题: Re: [livelyPeng/pl-table] fit 属性 (#31)

看了下ele应该也是有这个问题的 但它会自动换行 但你的样式里加了!important

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

parlay96 commented 4 years ago

按照你的想法就是内容多了行高就高,内容少了 行高就小 这是不可能的,必须固定行高 超出就得隐藏,不然就没法实现你想要的渲染大数据,你想动态自适应宽度,就不要开启大数据渲染!

remiliyaScarlet commented 4 years ago

那我不想行高变 就想自动撑开也好啊

parlay96 commented 4 years ago

不懂你在说啥 有问题加我Q 截图想实现啥效果

concisevr commented 4 years ago

哈哈 自动撑开宽度可以 自动撑开高度.... 除非你知道每行数据的高度

parlay96 commented 4 years ago

@concisevr 看来你懂pl-table的精髓了 哈哈

parlay96 commented 4 years ago

@remiliyaScarlet concisevr回答了我想表达的

concisevr commented 4 years ago

@livelyPeng 大佬公司缺人不 哈哈哈哈

parlay96 commented 4 years ago

@concisevr 加我QQ 邀请你成为PL-table作者

concisevr commented 4 years ago

我有你qq k·、这个

remiliyaScarlet commented 4 years ago

我最初提这个问题就是想自动撑开宽度 fit属性本来不就是这个目的嘛

concisevr commented 4 years ago

我觉得你描述的问题原因不在这个fit属性上面

remiliyaScarlet commented 4 years ago

image 那这种不自动撑开是什么原因呢

remiliyaScarlet commented 4 years ago

其实我就想自动撑开宽度

------------------ 原始邮件 ------------------ 发件人: "F King"<notifications@github.com>; 发送时间: 2019年12月31日(星期二) 下午3:47 收件人: "livelyPeng/pl-table"<pl-table@noreply.github.com>; 抄送: "yangayngzx"<1115880511@qq.com>; "Mention"<mention@noreply.github.com>; 主题: Re: [livelyPeng/pl-table] fit 属性 (#31)

哈哈 自动撑开宽度可以 自动撑开高度.... 除非你知道每行数据的高度

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

parlay96 commented 4 years ago

@remiliyaScarlet 你宽度小了就这样啊 自己设置列的宽度啊

remiliyaScarlet commented 4 years ago

@livelyPeng 我知道可以靠设置列的宽度解决啊 但我纠结的是fit属性啊

parlay96 commented 4 years ago

这个属性就不行啊

parlay96 commented 4 years ago

有问题去找element

remiliyaScarlet commented 4 years ago

对啊 所以跟我说什么问题不在fit属性上面

parlay96 commented 4 years ago

@remiliyaScarlet 列头部内容长了 ele是换行,pl-table用样式替换他了,导致内容长了就省略符了,如果你不需要省略符想要换行,自己用样式去覆盖呀 不让他省略符啊

parlay96 commented 4 years ago

fit属性本来就不是内容长了,列宽就自动变宽了

remiliyaScarlet commented 4 years ago

image 我在最开始也说了 是样式问题了

parlay96 commented 4 years ago

image