Thanks for great django plugin, i love it!
I have an issue with how TabularInline with many fields is displayed.
Without tabs, there is a horizontal scrollbar on the lower edge of browser window.
When i add tabs, this scrollbar goes missing and i have no way of displaying fields that don't fit on the screen.
I can use StackedInline to mitigate this, but tabular view is so much better suited for this particular usecase.
What might be the problem? Is there a way to fix this?
Thanks!
Thanks for great django plugin, i love it!
I have an issue with how TabularInline with many fields is displayed.
Without tabs, there is a horizontal scrollbar on the lower edge of browser window.
When i add tabs, this scrollbar goes missing and i have no way of displaying fields that don't fit on the screen.
I can use StackedInline to mitigate this, but tabular view is so much better suited for this particular usecase.
What might be the problem? Is there a way to fix this?
Thanks!