ywana-core8 0.0.502 → 0.0.503
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +0 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +0 -5
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +0 -5
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/html/table.js +1 -7
package/dist/index.modern.js
CHANGED
@@ -1485,10 +1485,6 @@ var DataTable = function DataTable(props) {
|
|
1485
1485
|
allChecked = _useState2[0],
|
1486
1486
|
setAllChecked = _useState2[1];
|
1487
1487
|
|
1488
|
-
useEffect(function () {
|
1489
|
-
console.log(sortDir);
|
1490
|
-
}, [sortDir]);
|
1491
|
-
|
1492
1488
|
function changeSort(id) {
|
1493
1489
|
var _Object$assign;
|
1494
1490
|
|
@@ -1502,7 +1498,6 @@ var DataTable = function DataTable(props) {
|
|
1502
1498
|
sortObject = {};
|
1503
1499
|
}
|
1504
1500
|
|
1505
|
-
console.log('multisort', sortObject);
|
1506
1501
|
var sortKeys = Object.keys(sortObject);
|
1507
1502
|
|
1508
1503
|
if (!sortKeys.length) {
|