bogdan / datagrid

Gem to create tables grids with sortable columns and filters
MIT License
1.02k stars 115 forks source link

UI without HTML Table element #310

Closed gap777 closed 1 year ago

gap777 commented 1 year ago

Hi, Have you ever considered a UI that is not based on HTML Table for table-like data? HTML Tables are difficult to style, play by their own rules in CSS, and have rendering performance problems. I'm interested in a div-based solution to rendering my datagrid-based table data.

bogdan commented 1 year ago

Yes, there is a compatibility to modify HTML layout in the way you want.

Variant 1: modify built-in partials https://github.com/bogdan/datagrid/wiki/Frontend#modifying-built-in-partials Variant 2: build custom layout like so https://github.com/bogdan/datagrid/wiki/Frontend#custom-table-layout

bogdan commented 1 year ago

No followup, closing.