Sometime we need to work with data.

And we don’t always do this in react, so here are some tools I found as I was digging around.

Datatables libraries

  • Datatables.net JQuery plugin
  • Clusterize.JS vanilla JS plugin to display large data sets easily (Github)
  • Frappe Datatable A simple, modern and interactive datatable for the web (NO JQuery dependency 👏) - GitHub
  • Handsontable A front-end component that combines data grid features with spreadsheet UX/UI. (Works with React, Angular, Vue, and plain JavaScript) Has a community and commercial licence.
  • Simple Datatable A lightweight, extendable, JavaScript HTML table library. Similar to jQuery DataTables for use in modern browsers, but without the jQuery dependency.
  • PortalJS The JavaScript framework for data portals for NextJS/React. (Github)
  • GridJS Grid.js is a Free and open-source JavaScript table plugin. It works with most JavaScript frameworks, including React, Angular, Vue and VanillaJS. Github

Django & HTMX & Datatables

An other explanation using Datatables.net

An other implementation