dpgaspar / Flask-AppBuilder

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
BSD 3-Clause "New" or "Revised" License
4.7k stars 1.36k forks source link

feat: REST API new select columns #2242

Closed dpgaspar closed 6 months ago

dpgaspar commented 6 months ago

Description

Adds a new query parameter to list REST API named select_columns that will behave very similar to columns but will use the parameter to change the executed query by only selecting the requested columns (more efficient).

ADDITIONAL INFORMATION