Datatables¶
(aka Datagrids)
References / overview¶
- Overview / comprehensive list: https://www.smashingmagazine.com/2022/09/useful-javascript-data-grid-libraries/
- https://design.gs.com/components/data-grid The data grid is an interactive tabular interface and is one of the most important and complex patterns in the Goldman Sachs Design System. (No implementation)
Pure JS¶
- https://tabulator.info/ = open source, pure JS.
- https://github.com/TanStack/table
Livewire¶
- https://github.com/MedicOneSystems/livewire-datatables
- https://github.com/Power-Components/livewire-powergrid
- https://github.com/rappasoft/laravel-livewire-tables
Simple¶
- https://littlebigtable.indgy.uk/ (Alpinejs)
CSS¶
Python¶
\$\$¶
- AG Grid - https://www.ag-grid.com/
- Brytum - https://bryntum.com/products/grid/
React¶
https://elastic.github.io/eui/#/tabular-content/data-grid
#data #js
Page last modified: 2024-11-13 09:17:00