Has anybody tried integrating an advanced JavaScript data grid with dynamic data fetch to Live View?

You can also have a look at Kino’s DataTable implementation. They use:

  1. LiveView to load the data - SmartCell
  2. React + Glide Data Grid to render out - JS

Looks good I think,


This Elixir + this React lets you update the rendered data