当前位置:网站首页>Fastadmin controls the length of fields in the table
Fastadmin controls the length of fields in the table
2022-07-02 01:18:00 【Flower frozen ice】
Fastadmin In the list display , If something like some fields, such as introduction or remarks , The content is too long , The whole display is a little unfriendly , Here is the limit length , Give me one width( Percentage or ps Will do ), Characters too long display …, Put the mouse on it to display all the contents .
{
field: 'des', title: __('Des'), operate:false,cellStyle:function (value,row,index,field) {
return {
css: {
"min-width": "150px",
"white-space": "nowrap",
"text-overflow": "ellipsis",
"overflow": "hidden",
"max-width":"300px"
}
};
},formatter:function (value,row,index,field) {
var span=document.createElement('span');
span.setAttribute('title',value);
span.innerHTML = value;
return span.outerHTML;
}},```
边栏推荐
- CTF daily question day45 sensor
- 969 interlaced string
- cookie、session、tooken
- Iclr2022 | spherenet and g-spherenet: autoregressive flow model for 3D molecular graph representation and molecular geometry generation
- UDS bootloader of s32kxxx bootloader
- The 8-year salary change of testers makes netizens envy it: you pay me one year's salary per month
- [IVX junior engineer training course 10 papers to get certificates] 0708 news page production
- 站在新的角度来看待产业互联网,并且去寻求产业互联网的正确方式和方法
- Liteos learning - first knowledge of development environment
- Global and Chinese markets of beverage seasoning systems 2022-2028: Research Report on technology, participants, trends, market size and share
猜你喜欢

Day 13 of hcip (relevant contents of BGP agreement)
![[eight sorts ④] merge sort, sort not based on comparison (count sort, cardinal sort, bucket sort)](/img/0d/22f3f65ab9422383df9a55d0724d59.jpg)
[eight sorts ④] merge sort, sort not based on comparison (count sort, cardinal sort, bucket sort)

Iclr2022 | spherenet and g-spherenet: autoregressive flow model for 3D molecular graph representation and molecular geometry generation

Creating logical volumes and viewing and modifying attributes for AIX storage management

浅浅了解Servlet

工作中非常重要的测试策略,你大概没注意过吧

Infiltration records of CFS shooting range in the fourth phase of the western regions' Dadu Mansion

About asp Net core uses a small detail of datetime date type parameter

Entrepreneurship is a little risky. Read the data and do a business analysis

2022年6月国产数据库大事记
随机推荐
Daily work and study notes
Global and Chinese markets of edge AI software 2022-2028: Research Report on technology, participants, trends, market size and share
The pain of Xiao Sha
【八大排序③】快速排序(动图演绎Hoare法、挖坑法、前后指针法)
AIX存储管理之总结篇
How does schedulerx help users solve the problem of distributed task scheduling?
什么是商业养老保险?商业养老保险安全靠谱吗?
How can programmers better plan their career development?
Look at the industrial Internet from a new perspective and seek the correct ways and methods of industrial Internet
[image enhancement] vascular image enhancement based on frangi filter with matlab code
测试员8年工资变动,令网友羡慕不已:你一个月顶我一年工资
Deb file installation
What skills does an excellent software tester need to master?
Hcip day 14 (MPLS protocol)
The 8-year salary change of testers makes netizens envy it: you pay me one year's salary per month
Summary of Aix storage management
Global and Chinese markets for food allergens and intolerance tests 2022-2028: Research Report on technology, participants, trends, market size and share
How to determine whether the current script is in the node environment or the browser environment?
首场“移动云杯”空宣会,期待与开发者一起共创算网新世界!
I'll teach you to visit Amazon RDS for a year and build a MySQL cloud database (only 10 minutes, really fragrant)