awcodes / filament-table-repeater

A modified version of the Filament Forms Repeater to display it as a table.
MIT License
201 stars 43 forks source link

Feature: Enable Scrolling and Strict Width to table #94

Closed malzariey closed 8 months ago

malzariey commented 8 months ago

I have faced a condition where I had many columns, static and dynamic ones. As shown below: Screenshot from 2024-01-29 11-38-58

Added the features to enable scrolling and strictWidth to replace (th,td) width with min-wdith to enforce the columnWidths as shown below: Screenshot from 2024-01-29 11-22-29

malzariey commented 8 months ago

sure this doesn't prevent the columns from stacking on mobile. The mobile stacking is one of the main features to the plugin.

@awcodes I have tried to test the breaking points, it doesn't seem to work for me (tried both modals and pages, any suggestions?), but I believe the the user will only use one of the two features, either scrollable or breakPoints.

Appreciate your comment

malzariey commented 8 months ago

Canceled