bogdancondorachi / kirby-table-field

📈 Table field plugin for Kirby CMS
https://getkirby.com/plugins/bogdancondorachi/table-field
MIT License
36 stars 2 forks source link

No display of the table in mobile mode. #9

Closed gbdesign2023 closed 8 months ago

gbdesign2023 commented 8 months ago

The table is not displayed in the mobile view and can only be recognized as a narrow bar. If the table is opened in the editor, the display is also defective here.

Tested under Chrome 121 for macOS

table-hidden-1 table-hidden-2
gbdesign2023 commented 8 months ago

And here is a video of the error.

(By the way: Is it also possible to select 'align: left/center/right'? As you can see from this table, a centered alignment would look better.)

https://github.com/bogdancondorachi/kirby-table-field/assets/140849227/5c9a5825-42a6-4a1d-9430-73a2f52c910c

bogdancondorachi commented 8 months ago

@gbdesign2023 Thanks for reporting this. I'll investigate this and come up with a fix in the coming days.

Regarding the align request I can easily make it possible inside the panel with an align prop but it won't reflect in the frontend

gbdesign2023 commented 8 months ago

Since it is generally difficult to edit tables on mobile devices, I don't see any urgency in rushing to fix the error with the breakpoint.

Yes, I mean only the display in the panel. In the backend, I add the alignment of the columns in the template.

bogdancondorachi commented 8 months ago

This has been fixed in the latest patch release. It includes an align prop for setting the text alignment :)