Frontend support for tables without single-column primary keys #396
Labels
needs: unblocking
Blocked by other work
type: enhancement
New feature or request
work: frontend
Related to frontend code in the mathesar_ui directory
Problem
Currently, we assume that tables have single-column primary keys. We need to explicitly handle tables without primary keys or with multi-column primary keys to prevent unexpected behavior or errors.
Proposed solution
We need to make the following changes in the frontend:
Additional context
The text was updated successfully, but these errors were encountered: