Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladbrok/logux-pagination-example
An example of how to implement a real-time table with pagination using the @logux framework
https://github.com/vladbrok/logux-pagination-example
crud-realtime-websockets logux pagination realtime websocket-table-pagination websockets
Last synced: 13 days ago
JSON representation
An example of how to implement a real-time table with pagination using the @logux framework
- Host: GitHub
- URL: https://github.com/vladbrok/logux-pagination-example
- Owner: VladBrok
- License: mit
- Created: 2024-03-05T17:06:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-07T07:44:50.000Z (10 months ago)
- Last Synced: 2024-10-23T00:39:04.224Z (2 months ago)
- Topics: crud-realtime-websockets, logux, pagination, realtime, websocket-table-pagination, websockets
- Language: TypeScript
- Homepage: https://logux.org/recipes/pagination/
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Logux pagination example
An example of how to implement a **real-time table** with **pagination** using the [logux](https://github.com/logux) framework
## Run locally
1. Clone the repository
```sh
git clone https://github.com/VladBrok/logux-pagination-example.git
```2. Install dependencies
```sh
pnpm install
```3. Run
```sh
pnpm start
```The project should now be up and running.\
Go to this link in your browser:```sh
http://localhost:5173
```