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
You may know https://ui.shadcn.com/, a UI component library for React. I really love it’s design style and components. I’ve built some co...
New
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
The Chelekom project is a library of Phoenix and LiveView components generated via Mix tasks to fit developer needs seamlessly.
One of i...
New
Please say hi to a new lib, Astro that aims to deliver easy-to-consume astronomy calculations of practical use. For now it only calculat...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Other Trending Topics
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for...
New
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New
I’m looking to build a personal workflow to quickly deploy web applications written in elixir/phoenix, for local consumption (ie not on t...
New
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog
It says that Fly is going all-in on sprites, which is a worry ...
New
Is there a word for the ~> symbol used in Version strings?
Do you also just call it a Squiggle Arrow™ ?!
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #genstage
- #ai
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex











First 5 of 5 Posts
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