mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-04 15:05:39 +00:00
feat(website): generate static category pages
This commit is contained in:
parent
429c9b3d12
commit
e11afd1730
7 changed files with 399 additions and 12 deletions
|
|
@ -202,6 +202,8 @@ function getSortValue(row, col) {
|
|||
}
|
||||
|
||||
function sortRows() {
|
||||
if (!tbody) return;
|
||||
|
||||
const arr = Array.prototype.slice.call(rows);
|
||||
const col = activeSort.col;
|
||||
const order = activeSort.order;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue