Easyui pagination layout property and displayMsg property cannot coexist

problem description

uses version 1.5.5.7 of easyui. When using the pagination control, it is found that setting the displayMsg property is invalid after setting the layout property.

related codes

$("-sharppagination").pagination({
    total: 0,
    pageSize: 10,
    page: 1,
    showRefresh: false,
    layout: ["first", "prev", "links", "next", "last"],
    displayMsg:"{from}  {to}  {total}",
    onSelectPage: function (pageNumber, pageSize) {
        
    },
});
Sep.20,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b355c9-2acd0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b355c9-2acd0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?