javascript

Implementing a Regex Search and Sortable HTML Table with jQuery and list.js

In the JavaScript programming language, I created an HTML table with regex search and sorting capabilities using jQuery and list.js, so I'll introduce it. <ul> <li>Live search</li> <li>Regular expressions</li> <li>Ascending/descending sort for numbers and strings</li></ul> I wrote an HTML table with features like these in Javascript...

Shou Arisaka
1 min read
Oct 23, 2025

In the JavaScript programming language, I created an HTML table with regex search and sorting capabilities using jQuery and list.js, so Iโ€™ll introduce it.

  • Live search
  • Regular expressions
  • Ascending/descending sort for numbers and strings
I wrote an HTML table with features like these in Javascript.

Sample below.

Share this article

Shou Arisaka Oct 23, 2025

๐Ÿ”— Copy Links