Skip to content

Commit fef2bcb

Browse files
authored
added searchable to the Readme and the index.html :) (#91)
1 parent bb9d833 commit fef2bcb

20 files changed

+171
-3218
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66

77
Makes any table with **class="sortable"**, er, sortable. The user can click on a table header and change the sorting of the table rows.
88

9-
Just include the JavaScript and it will work. No function calls are needed, everything is handled by an **eventListener**.
9+
Just include the JavaScript and it will work. No function calls are needed, everything is handled by a [JavaScript HTML DOM EventListener](https://www.w3schools.com/js/js_htmldom_eventlistener.asp).
10+
11+
<h2>Related Projects</h2>
12+
13+
🔍 **[searchable](https://github.com/tofsjonas/searchable)** - A companion library that makes tables searchable/filterable, perfect to use alongside sortable!
1014

1115
<h2>Demo</h2>
1216

dist/auto.html

Lines changed: 0 additions & 372 deletions
This file was deleted.

0 commit comments

Comments
 (0)