Element Table table component multi-field (multi-column) sorting method

Element Table table component multi-field (multi-column) sorting method

need:

To sort multiple columns in the element table, click on the date sort, then click on the name sort, and pass the two sort fields to the backend for sorting.

Problems encountered:

The Table component of element only supports single-column sorting. When you click on the sorting of another column, the previous sorting will be automatically canceled. I searched online for methods and found this article that proposed using :header-cell-class-name and @sort-change to handle the style problem of multi-column sorting. I tried for a long time and found that the sort-change event would return null when canceling the sort, so I couldn't locate which column canceled the sort. In short, the problem could not be solved by relying on element-table events.

solve:

By customizing the header, paste the two small icons directly into the header. Then bind the click sorting events respectively. In this way, we can get both the sorting status (ascending, descending, unsorted) and the sorted column name. At this point, the readers should understand that the specific code is in the intranet and it is not easy to paste it out. If you have any questions, please comment and I will try my best to answer~

This is the end of this article about the multi-field (multi-column) sorting method of the element Table component. For more relevant content on multi-field sorting of element Table, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Solve the problem of mixed sorting of numbers, letters and Chinese in table in vue elementUI
  • Elementui table component + sortablejs to implement row drag and drop sorting sample code
  • Vue element table table request background sorting method
  • Use jQuery.sortElements to sort the table

<<:  How to connect idea to docker to achieve one-click deployment

>>:  Undo log in MySQL

Recommend

Analysis of the process of implementing Nginx+Tomcat cluster under Windwos

Introduction: Nginx (pronounced the same as engin...

Sample code of uniapp vue and nvue carousel components

The vue part is as follows: <template> <...

Detailed explanation of Vue filters

<body> <div id="root"> <...

Native js to implement a simple calculator

This article example shares the specific code of ...

A brief discussion on order reconstruction: MySQL sharding

Table of contents 1. Objectives 2. Environmental ...

Detailed explanation of using Vue custom tree control

This article shares with you how to use the Vue c...

Detailed explanation of the concept of docker container layers

Table of contents 01 Container consistency 02 Con...

Application of mapState idea in vuex

Table of contents 1. Map method 2. Application ba...

Several ways to implement "text overflow truncation and omission" with pure CSS

In our daily development work, text overflow, tru...

Detailed explanation on how to deploy H5 games to nginx server

On the road to self-learning game development, th...

Analysis of the ideas of implementing vertical tables in two ways in Vue project

Problem Description In our projects, horizontal t...