romarios1987 / js_sort-table-DOM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sort table

Task

Sort the table by clicking on the header.

Requirements:

  • Use delegation.
  • The code should not change as the number of columns or rows increases.

This article may be helpful - navigation

Screenshot of the tree

screenshot


Read the guideline before start

Guideline

Result

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 67.9%Language:HTML 19.1%Language:CSS 13.0%