Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

是否可以对值做一些修饰啊? #17

Open
beiciye opened this issue Sep 8, 2016 · 1 comment
Open

是否可以对值做一些修饰啊? #17

beiciye opened this issue Sep 8, 2016 · 1 comment

Comments

@beiciye
Copy link

beiciye commented Sep 8, 2016

表格中的值存在换行和加粗的字体,加粗的字体估计很难去控制。 但换行可否通过判断换行符添加
标签

@zk-luke
Copy link
Owner

zk-luke commented Oct 27, 2017

暂时不支持这功能,如果加\n这种,js会输出\\n,会影响本身文本解析。
你可以尝试这么整

<strong>加粗</strong>blablabla哈哈哈<br>这是新的一行。

然后程序处理下这个样式。

Repository owner deleted a comment from crydra Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@zk-luke @beiciye and others