Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rajasegar/htmx-tabular
- Owner: rajasegar
- Created: 2021-03-24T11:26:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-31T04:58:42.000Z (over 3 years ago)
- Last Synced: 2024-10-04T17:54:47.798Z (about 1 month ago)
- Topics: htmx, pagination, search, sorting, tabular-data
- Language: Pug
- Homepage: https://htmx-tabular.herokuapp.com
- Size: 820 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-htmx - htmx-tabular - Tabular data with htmx. (Examples by Back-end / Express)
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`