NOW IN BETA

Building Table Views with Phoenix LiveView

by Peter Ullrich

Margaret Eldridge
The Pragmatic Programmers

--

Peter Ullrich has a new Pragmatic Answers book in beta from The Pragmatic Bookshelf:

During the beta period, readers can make comments and suggestions on the book’s page on DevTalk.

As a web developer, you have to build tables. Lots and lots of tables. With table UIs making up such a significant part of your daily work, you need to know how to build the right table for the task, with all the needed features. Building a simple table is easy, but tables only become really useful with advanced features like pagination, sorting, and filtering. That’s where building a table can quickly become complicated. This book shows you how to implement advanced table features in a clean and reusable way.

You’ll build fast and interactive table UIs by leveraging Phoenix LiveView. Make vast amounts of data manageable with common but complex features like pagination, sorting, filtering, and infinity scrolling. Use SOLID coding principles to make your queries reusable with query composition. Compartmentalize your UI with LiveComponents and learn how to handle user input securely with schema-less changesets. Share your view onto the data painlessly by storing your search parameters in the URL.

Data is one of the most valuable assets of your business, but you cannot unlock its potential if you don’t know how to make it accessible. This book shows you how to deliver that data to your users’ fingertips quickly.

https://pragprog.com/newsletter/
https://pragprog.com/newsletter/
Cover for Building Table Views with Phoenix LiveView
Building Table Views with Phoenix LiveView by Peter Ullrich

--

--