The Wayback Machine - https://web.archive.org/web/20211113090440/https://github.com/topics/airtable-alternative
Skip to content
#

airtable-alternative

Here are 4 public repositories matching this topic...

Language: All
Filter by language
rowy
notsidney
notsidney commented Oct 15, 2021

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

silentninja
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.

Curate this topic

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."

Learn more