alanvardy
Exzeitable - Dynamic Datatables with LiveView
Hello!
This is my first library, I needed something fancier than a plain table and wanted to try my hand at creating something that might be of use to others.
You provide it with a query and use Exzeitable in a module and some configuration, then call that module in a template. This provides you with a datatable that can be dynamically searched, sorted, and have its columns shown and hidden.
It depends on Phoenix, Ecto, Postgres, and LiveView. I have attempted to make it CSS framework agnostic.
It might help you build out an administrative interface, or give you some ideas for a library of your own.
You can see it on GitHub at https://github.com/alanvardy/exzeitable
Trending in Announcing
Hey everyone!
Req is an HTTP client for Elixir that I’ve been working on for quite some time. There is already a lot of HTTP clients out...
New
Samly can be used to enable SAML 2.0 Single Sign On in a Plug/Phoenix application.
This library uses Erlang esaml to provide
plug enabl...
New
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries.
offset-based pagination with...
New
I needed to reuse React components from my Chrome extension in my Phoenix/LiveView backend. I noticed that for Svelte/Vue, there are live...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi all!
I want to present a small library which provides a mix task for generating an Entity-Relationship Diagram for Ecto schemas.
You...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
This showed up on my feed.. anyone heard of it? Just hype?
Ox Alpha is a reasoning model designed for coding, sustained ag...
New
It’s not that it’s vocabulary is too advanced. It’s something worse.
I get lost trying to follow even a paragraph written by Claude. It’...
New
Today we’re releasing Oban for Python. Not an Oban client in Python. Not a pythonx wrapper embedded in Elixir. Nope, it’s a fully operati...
New
@hugobarauna, Dr. Dimitrios Koutmos (my brother) and I (Alex Koutmos) have been hard at work on writing a book on how you can use Elixir ...
New
Introductory paragraph
I’ll be looking for a keen junior or someone that has a couple of years experience in the real world (so you’ve be...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #blog-post
- #ai
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 5- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
sfusato
This was exactly my thought when checking out your library. Looks awesome. Congrats and thank you for creating it!
alanvardy
Thank you for the kind words
I hope to make the library narrow and deep so it stays useful AND maintainable.
dimitarvp
Looking forward to try this!
Nefcairon
Hi
How is it going? Could you improve Exzeitable ?
I would be interested to know what your opinion is on Surface - will you stay on LiveView with Exzeitable or will you one day merge to Surface?
alanvardy
Hello @Nefcairon, sorry but I am not on here regularly so it took a while until I saw this.
I have been keeping Exzeitable up to date and addressing PRs/issues as they come in but haven’t expanded its features in the last 3 years to a significant degree.
I don’t have an opinion on Surface, mostly because I haven’t used it yet, but I am interested in hearing more. I don’t want to remove functionality from the current library because an existing user base depends on it in production, but am open to expanding the areas in which it can be used.
I would love it if you could open up an issue describing what you want to see and what your use case is! I promise that I DO receive my GitHub notifications regularly