EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
May 16, 2025, 11:53:06 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
EasyUI for Vue
>
datagrid component not find nowrap attribute
Pages: [
1
]
« previous
next »
Print
Author
Topic: datagrid component not find nowrap attribute (Read 6988 times)
fengdie
Jr. Member
Posts: 87
datagrid component not find nowrap attribute
«
on:
September 25, 2018, 12:01:26 AM »
i want to display the data in a row,in vue version ,datagrid component don't find 'nowrap' attribute
Logged
stworthy
Administrator
Hero Member
Posts: 3581
Re: datagrid component not find nowrap attribute
«
Reply #1 on:
September 25, 2018, 01:35:03 AM »
Custom template to add any styles for the cell.
Code:
<GridColumn ...
<template slot="cell" slot-scope="{row}">
<div style="white-space:normal">
{{row.name}}
</div>
</template>
</GridColumn>
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...