Building table views with Phoenix LiveView advanced table UIs for accessible data

Data is at the core of every business, but it is useless if nobody can access and analyze it. Learn how to generate business value by making your data accessible with advanced table UIs. This definitive guide teaches you how to bring your data to the fingertips of nontechnical users with advanced fe...

Full description

Bibliographic Details
Main Author: Ullrich, Peter
Other Authors: Swaine, Michael (Editor)
Format: eBook
Language:English
Published: [Place of publication not identified] Pragmatic Bookshelf 2023
Edition:[First edition]
Series:Pragmatic programmers
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03267nmm a2200349 u 4500
001 EB002151433
003 EBX01000000000000001289559
005 00000000000000.0
007 cr|||||||||||||||||||||
008 230302 ||| eng
020 |a 9798888650097 
050 4 |a QA76.625 
100 1 |a Ullrich, Peter 
245 0 0 |a Building table views with Phoenix LiveView  |b advanced table UIs for accessible data  |c by Peter Ullrich ; edited by Michael Swaine 
250 |a [First edition] 
260 |a [Place of publication not identified]  |b Pragmatic Bookshelf  |c 2023 
300 |a 67 pages 
653 |a Programming languages (Electronic computers) / fast 
653 |a Programming languages (Electronic computers) / http://id.loc.gov/authorities/subjects/sh85107313 
653 |a Programmation Internet 
653 |a Internet programming / http://id.loc.gov/authorities/subjects/sh96009904 
653 |a Internet programming / fast 
700 1 |a Swaine, Michael  |e editor 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
490 0 |a Pragmatic programmers 
776 |z 9798888650097 
776 |z 9781680509731 
776 |z 9798888650110 
856 4 0 |u https://learning.oreilly.com/library/view/~/9798888650097/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.276 
520 |a Data is at the core of every business, but it is useless if nobody can access and analyze it. Learn how to generate business value by making your data accessible with advanced table UIs. This definitive guide teaches you how to bring your data to the fingertips of nontechnical users with advanced features like pagination, sorting, filtering, and infinity scrolling. Build reactive and reuseable table components by leveraging Phoenix LiveView, schemaless changesets, and Ecto query composition. Table UIs are the bread and butter for every web developer, so it is time to learn how to build them right. 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 inifinity 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 schemaless 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. What You Need: You'll need Elixir 1.12 or later, Erlang/OTP 24 or later, Phoenix 1.6 or later, and PostgreSQL installed on your machine