After upgrade the table views have changed (for worse)
See original GitHub issueBug report
What I did
Upgraded to 5.0 from 4.1
What I expected to happen
Table views to basically remain the same
What happened
Table views have changed: the search box moved, details buttons appeared in place of the “three dots” and spacing in the page size selector has disappeared:
What I’ve already tried to fix it
Try to find an explanation in the docs, not found.
Is it a bug in the latest version of Backpack?
Yes
Backpack, Laravel, PHP, DB version
When I run php artisan backpack:version
the output is:
PHP VERSION:
PHP 7.4.9 (cli) (built: Jul 5 2021 13:33:00) ( NTS ) Copyright © The PHP Group Zend Engine v3.4.0, Copyright © Zend Technologies with Zend OPcache v7.4.9, Copyright ©, by Zend Technologies
LARAVEL VERSION:
v8.82.0@411d5243c58cbf12b0fc89cab1ceb50088968c27
BACKPACK VERSION:
5.0.0@c4eb4aeb55dfaf29ecd3f5e0e35ba4321d9c004a
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
When I update a view in SQL, does my original table ... - Quora
Yes, when you update a view it affects original table, because SELECT opens an implicit cursor which points to the records from the...
Read more >If I update a view, will my original tables get updated
The view is, in essence, a stored SELECT statement that masquerades as a table. The data is stored in the original tables and...
Read more >My view isn't reflecting changes I've made to the underlying ...
The fix is to either drop and re-create or alter the view or to use the sp_refreshview stored procedure.
Read more >sql server - UPDATE performance where no data changes
If I have an UPDATE statement that does not actually change any data (because the data is already in the updated state), is...
Read more >UITableViewCell layout not updating until cell is reused
To enable self-sizing table view cells, you must set the table view's rowHeight property to ... Cell layout is not updated until the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @malle-pietje did you republish the public assets ?
If not please do it with:
php artisan vendor:publish --force
and select thepublic
tag to publish backpack public assets. Using force will override any published assets, take some caution when using it.I don’t have that css issue you are showing:
Let me know. Pedro
Fixed it for me!, Thanks!