We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7a282 commit 966a223Copy full SHA for 966a223
sortable.js
@@ -79,7 +79,6 @@ function sortable(selectors, options) {
79
button.addEventListener('click', function () {
80
81
const dataType = getDataType(tBody, cellIndex);
82
- console.log(dataType);
83
84
let direction = 'ascending';
85
if (th.hasAttribute('aria-sort') && th.getAttribute('aria-sort').toLowerCase() == 'ascending') {
0 commit comments