首页 > 编程语言 > 详细

FastAdmin 表格排序

时间:2021-05-08 23:21:07      阅读:27      评论:0      收藏:0      [点我收藏+]

找到对应的js

public/assets/js/backend/user/user.js
table.bootstrapTable({
    url: $.fn.bootstrapTable.defaults.extend.index_url,
    pk: id,
    sortName: weigh,id,
    sortOrder:asc,desc,
    escape: true,
    search: true,
    pagination: true,
    pageList: [10, 20, 50, All],
    commonSearch: true,
    columns: [
        [
            { checkbox: true },
            { field: id, title: __(Id) },

利用sortName可以进行默认排序,如果设定了这个那么sortOrder则不生效

另外再罗列一些其他功能

技术分享图片

 

原文地址:http://www.aumoc.com/index.php/2020/02/25/fastadmin-table-bootstraptable-sort-order/

 

FastAdmin 表格排序

原文:https://www.cnblogs.com/zhangzhijian/p/14746462.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!