Space in table between first text column and all the rest of the columns.

Let me start out by saying I am horrible with UI. This happened between composer updates. I was already on filament 3.2 and Advanced Tables but something changed (most likely on my end) and now I have this gap. I am trying to figure out where it came from but I am having a heck of a time. Does anyone have any suggestions on how I can figure this out? I did create a theme and I do have standalone tables and forms but I had not made any changes to those between the time everything was looking right and now. I did comment out all of my changes in the theme and reran npm run build just to rule out that those were causing issues. The same exact issue is happening on standalone tables (outside of admin panel) and inside admin panel tables. Any troubleshooting tips or suggestions would be really appreciated.
No description
Solution:
ohh. Hm. I suggest the following 1) remove any published table views 2) php artisan assets 3) npm run build...
Jump to solution
4 Replies
Solution
Matthew
Matthew5mo ago
ohh. Hm. I suggest the following 1) remove any published table views 2) php artisan assets 3) npm run build
Matthew
Matthew5mo ago
If you have published views, then filament looks at your published views instead of any updated views in the vendor folder Ive had similar issues in the past, and this fixed it
Robert 3020E KI6O
That is a great place to start I appreciate it. I will report back. @Matthew you were spot on. I moved the resources/views/vendor folder out and ran npm run build and everything is back to normal. Thank you.
Matthew
Matthew5mo ago
nvm xd Youre welcome btw