(Python3) FLASK ADMIN: It is possible to full utilise the table to view data

Solution 1:

Got it. There's FLASK_ADMIN_FLUID_LAYOUT config which need to set True. And it enables full fluid layout

app.name = 'App Name'
app.config['FLASK_ADMIN_FLUID_LAYOUT'] = True

Use above lines to set or unset FLUID_LAYOUT