Grid view
A full spreadsheet of rows and columns, with filtering, sorting, grouping, hidden fields and inline cell editing.
A detailed look at views, the data model, dashboards, automations, applications and APIs in Jadawel.
Views are built on top of the same table, so each team or department gets the data it needs without copying it into another file that is difficult to control.
A full spreadsheet of rows and columns, with filtering, sorting, grouping, hidden fields and inline cell editing.
Cards that put images and attachments first — for assets, products, scanned documents and candidate files.
An Arabic form derived from the table’s own fields and published on a link, with every response recorded as a new database record.
Publish any view read-only, protect the link with a password every visitor must enter, and revoke it at any time — no account or invitation required for the recipient.
Each field type brings its own entry, validation and display rules, so data quality is enforced at the source rather than corrected once it reaches a report.
and 13 more
A formula is written once and every row recalculates whenever the data behind it changes.
Link one table to another, then pull a value across the link or roll several values into a single number.
A row is assigned to a named owner, documents are attached in place, and durations and ratings are calculated automatically.
Bring the indicators your team and managers care about into one dashboard with five ready-made widgets, arrange them to suit your work, then share them with managers or partners through a password-protected link.
Move and resize widgets across columns and rows until you reach the clearest layout for reading and follow-up.
Publish the board on a public link readable without an account, with a password requested on every visit, revocable at any time.
Connect what happens in your tables to what should follow — a notification, a record update, a call to a system you already run — with no code and no third-party middleware.
Build interactive pages on top of your tables — lists, forms and buttons — and publish them on your domain for employees, customers or beneficiaries.
Arrange the elements of a page the way you arrange slides, without writing code.
Every element reads from a real table, so the page always shows live data from your workspace.
Connect the application to your domain and make it available internally or publicly as needed.
Anything that can be done in the interface can be done programmatically, with documentation generated per database using your own field names.
Endpoints for rows, fields and views, plus a documentation page generated per database using your own field names.
Issue a token that can read, create, update or delete in named tables only — never across the whole workspace.
Push events to your systems the moment they happen, with full control over headers and payload format.
Connect AI assistants to your data within exactly the permissions granted to the user — and no further.
curl -X GET \
-H "Authorization: Token YOUR_API_TOKEN" \
"https://app.jadawl.site/api/database/rows/table/123/?user_field_names=true"