Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rajasegar/htmx-tabular

Tabular Data with htmx
https://github.com/rajasegar/htmx-tabular

htmx pagination search sorting tabular-data

Last synced: 16 days ago
JSON representation

Tabular Data with htmx

Awesome Lists containing this project

README

        

# htmx-tabular

Tabular Data using [htmx](https://htmx.org) and Node.
With searching, sorting, and pagination

[Demo](https://htmx-tabular.herokuapp.com)

![htmx tabular demo gif](htmx-tabular-demo.gif)

## Usage
Clone this repo, install dependencies and start the server.
```
git clone https://github.com/rajasegar/htmx-tabular
cd htmx-tabular
npm install
npm start
```

You can see the app in action at `http://localhost:3000`