maurohmartinez / compare-operation-backpack-laravel

3 stars 0 forks source link

Tabbed column layout doesn't work #5

Open fronbow opened 2 weeks ago

fronbow commented 2 weeks ago

Hey @maurohmartinez

You might want to disable the tabbed table layout as it doesn't work - the tabs only ever show the details for the first entry, regardless of which tab button you press.

(I was just trying to find a way to separate the sections of my view as it's a massive table - 90 fields. It's that way so that it's a snapshot in time (all the contained data gets added to individual tables upon submission to the database!)

Cheers

maurohmartinez commented 2 weeks ago

Thanks @fronbow! The idea is to keep improving this, as in, the possibility to compare multiples entries (not just 2), support for tabbed layout, etc.

Anyways, will have a look. Thanks!

fronbow commented 2 weeks ago

Awesome, sounds like a good addition to backpack core at some point in the future!!

Cheers again for doing this :)