hotwire-django / turbo-django

Unmaintained // An early stage integration of Hotwire Turbo with Django
https://discuss.hotwire.dev/t/django-backend-support-for-hotwire/1570/
Other
385 stars 20 forks source link

Add table example to documentation #13

Open davish opened 3 years ago

davish commented 3 years ago

More examples are needed to demonstrate the ease & power of this library.

Create a paginated table view with sort and filter capabilities using turbo-frames returned from POST requests. To keep things simple from an example standpoint, do not use websockets/turbo-streams.