A minimalist inline editing data table built with htmx and Express. This project is a part of my "Frameworks Mini Projects" where I'm trying and getting to know minimalist frameworks.
- Inline Row Editing
- htmx interaction
- Server-side HTML fragments
- htmx
- Node.js + Express (Backend server)
- Vanilla CSS
npm install
node server.js
Open http://localhost:3000 in browser.
Click "Edit" to tranfsorm any row into editable input fields. The "Save" button updates data and restores display mode. The "Cancel" button reverts changes without saving. All interactions use htmx attributes to swap HTML fragments from the server without page reloads.