awcodes / filament-table-repeater

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

does it work without admin panel ? #6

Closed antonishv closed 1 year ago

antonishv commented 1 year ago

previously i am using the v1.0.0 without the admin panel and it work as it should be except the select behaviour as reported in #3 , now i upgrade it to v1.0.2 and the style break as below image

any workaround to fix this as it only happen if not using the admin panel

awcodes commented 1 year ago

The styles changed so to use outside admin panel you'll need to publish the assets and load the stylesheet into your app.

antonishv commented 1 year ago

image

Thank you! another question, is it possible to set the width of each column ?

awcodes commented 1 year ago

Not without targeting them yourself with css. Too difficult to do that with a grid layout that switches to panels on mobile. I will eventually get around to it though.

antonishv commented 1 year ago

alight. thank you for the prompt feedback