我有一个ExtJs网格,当我点击排序时,它确实对网格进行排序,但在控制台窗口中我收到错误消息。
<body class="Site">
<header>…</header>
<main class="Site-content">…</main>
<footer>…</footer>
</body>
.Site {
display: flex;
min-height: 100vh;
flex-direction: column;
}
.Site-content {
flex: 1;
}