当前位置:网站首页>el-table表格——sortable排序 & 出现小数、%时排序错乱
el-table表格——sortable排序 & 出现小数、%时排序错乱
2022-07-06 12:51:00 【viceen】
el-table表格——sortable排序 & 出现小数、%时排序错乱
前端实现排序
只需要在表头上加上一个sortable属性即可
<el-table-column prop="bookCount" label="图书总量" align="center" :show-overflow-tooltip="true" sortable ></el-table-column>
问题1、当数据中出现小数,导致排序错乱
解决:
<el-table-column prop="intoRate" label="进场及时率" align="center" :sort-method="(a,b)=>{return a.intoRate - b.intoRate}" :show-overflow-tooltip="true" sortable ></el-table-column>
问题2、当数据需要使用%来显示,直接返回的数据含有%导致排序错乱,需要返回正常数字,在这里进行拼接%
解决
<el-table-column prop="intoRate" label="进场及时率" align="center" :sort-method="(a,b)=>{return a.intoRate - b.intoRate}" :show-overflow-tooltip="true" sortable>
<template slot-scope="scope">
{
{ scope.row.intoRate }}%
</template>
</el-table-column>
边栏推荐
- 966 minimum path sum
- Activiti global process monitors activitieventlistener to monitor different types of events, which is very convenient without configuring task monitoring in acitivit
- Solution to the 38th weekly match of acwing
- Detailed explanation of knowledge map construction process steps
- Comment faire une radio personnalisée
- What is the problem with the SQL group by statement
- Reinforcement learning - learning notes 5 | alphago
- Data Lake (VIII): Iceberg data storage format
- The most comprehensive new database in the whole network, multidimensional table platform inventory note, flowus, airtable, seatable, Vig table Vika, flying Book Multidimensional table, heipayun, Zhix
- 使用.Net驱动Jetson Nano的OLED显示屏
猜你喜欢

SAP UI5 框架的 manifest.json

Introduction to the use of SAP Fiori application index tool and SAP Fiori tools

使用.Net分析.Net达人挑战赛参与情况

Performance test process and plan

968 edit distance

监控界的最强王者,没有之一!

新型数据库、多维表格平台盘点 Notion、FlowUs、Airtable、SeaTable、维格表 Vika、飞书多维表格、黑帕云、织信 Informat、语雀
![[MySQL] trigger](/img/b5/6df17eb254bbdb0aba422d08f13046.png)
[MySQL] trigger

3D人脸重建:从基础知识到识别/重建方法!

2022 refrigeration and air conditioning equipment installation and repair examination contents and new version of refrigeration and air conditioning equipment installation and repair examination quest
随机推荐
Interviewer: what is the internal implementation of ordered collection in redis?
It's almost the new year, and my heart is lazy
[asp.net core] set the format of Web API response data -- formatfilter feature
愛可可AI前沿推介(7.6)
[DIY]如何制作一款个性的收音机
Summary of different configurations of PHP Xdebug 3 and xdebug2
Spiral square PTA
Le langage r visualise les relations entre plus de deux variables de classification (catégories), crée des plots Mosaiques en utilisant la fonction Mosaic dans le paquet VCD, et visualise les relation
Common English vocabulary that every programmer must master (recommended Collection)
What is the problem with the SQL group by statement
【深度学习】PyTorch 1.12发布,正式支持苹果M1芯片GPU加速,修复众多Bug
Statistical inference: maximum likelihood estimation, Bayesian estimation and variance deviation decomposition
2022 portal crane driver registration examination and portal crane driver examination materials
性能测试过程和计划
Intel 48 core new Xeon run point exposure: unexpected results against AMD zen3 in 3D cache
快过年了,心也懒了
3D人脸重建:从基础知识到识别/重建方法!
'class file has wrong version 52.0, should be 50.0' - class file has wrong version 52.0, should be 50.0
7. Data permission annotation
What key progress has been made in deep learning in 2021?