From 456a8dd67a71c0cac81549f20c39103a445d56dd Mon Sep 17 00:00:00 2001 From: Franky Van Liedekerke Date: Fri, 27 Feb 2026 13:15:28 +0100 Subject: [PATCH] Add FTable to the table/grid section of README ftable is a rewrite of jtable in plain JS with extra's added and almost fully backwards compatible (jTable dev has ceased). The original creator of jTable is also a user :-) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de954fea..64fc1df2 100644 --- a/README.md +++ b/README.md @@ -888,6 +888,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar ## Table/Grid * [jTable](https://github.com/hikalkan/jtable) - A jQuery plugin to create AJAX based CRUD tables. +* [FTable](https://github.com/liedekef/ftable) - Modern vanilla JS jTable successor * [DataTables](https://www.datatables.net/) - (jQuery plug-in) It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction controls to any HTML table. * [Tabulator](http://olifolkerd.github.io/tabulator/) - (jQuery plug-in) An extremely flexible library that create tables with a range of interactive features from any JSON data source or existing HTML table. * [Bootstrap Table](https://bootstrap-table.com/) - An Extension to the popular Bootstrap framework for creating tables that fit the style of your site with no need for additional markup.