-- 修复排序bug
This commit is contained in:
2
docs/smartTable.min.js
vendored
2
docs/smartTable.min.js
vendored
File diff suppressed because one or more lines are too long
BIN
examples/assets/fav.ico
Normal file
BIN
examples/assets/fav.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
@@ -7,7 +7,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="icon" href="./assets/fav.ico">
|
||||
|
||||
<title>Smart Example</title>
|
||||
<title>Smart Table Examples</title>
|
||||
|
||||
<style>
|
||||
body {
|
||||
@@ -44,7 +44,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1 class="title">Smart Table Example<a href="https://github.com/peng92055/smart-table" target="_blank" rel="noopener noreferrer" class="repo-link">
|
||||
<h1 class="title">Smart Table Examples<a href="https://github.com/peng92055/smart-table" target="_blank" rel="noopener noreferrer" class="repo-link">
|
||||
GitHub</a></h1>
|
||||
<div class="container">
|
||||
<div id="smartTable1">
|
||||
|
||||
@@ -364,7 +364,7 @@ function initData(vm, tbody) {
|
||||
$fixedRightEl: fixedRightRows && fixedRightRows[index],
|
||||
$key: '$$rowkey' + index
|
||||
};
|
||||
querySelectorAll(row, "td .cell").forEach((cell, index) => {
|
||||
querySelectorAll(row, "td .smart-table_cell").forEach((cell, index) => {
|
||||
rowData["field-" + index] = cell.innerHTML;
|
||||
})
|
||||
data.push(rowData)
|
||||
|
||||
Reference in New Issue
Block a user