-
Updated
Nov 13, 2021 - Vue
#
airtable-alternative
Here are 4 public repositories matching this topic...
mysql
rest-api
sqlite
postgresql
swagger
spreadsheet
admin-dashboard
mariadb
admin-ui
airtable
sqlserver
restful-api
hacktoberfest
low-code
no-code
automatic-api
hacktoberfest2021
no-code-database
airtable-alternative
Baserow is an open source no-code database tool and Airtable alternative. This is a mirrored repository, the official one is hosted on https://gitlab.com/bramw/baserow.
database
postgresql
spreadsheet
self-hosted
airtable
restful-api
low-code
no-code
online-database
no-code-database
airtable-alternative
-
Updated
Nov 10, 2021 - Python
silentninja
commented
Nov 10, 2021
Problem
The test cases are using Django client which is much suited for emulating a browser, so the default request body is priority content type is multipart instead of json which is what we are using mostly on the frontend
Proposed solution
DRF test client should be used instead of django client in order to emulate an API cal
Improve this page
Add a description, image, and links to the airtable-alternative topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the airtable-alternative topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
Columns can only be resized by drag on the edges, but this is not an accessible method and is especially difficult on touch screens.
It can also be difficult to see where the click/drag target exactly is. MUI’s Data Grid is a good example of explicitly showing the drag target: https://mui.com/components/data-grid/columns/#resiz