-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #292 from gristlabs/record-cards
record-cards
- Loading branch information
Showing
9 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Record Cards | ||
|
||
Record Cards are a quick, easy way to view a record's details. | ||
|
||
To view a record's details as a card, hover over the row number and click the arrow icon that appears. Select 'View as card' from the dropdown menu. | ||
|
||
![view-as-card](images/record-cards/record-cards-view-as-card.png) | ||
|
||
This opens an editable card view of the record's details. | ||
|
||
![record-cards-example](images/record-cards/record-cards-example.png) | ||
|
||
If your table contains a [reference or reference list column](col-refs.md), you can click the link icon to open the linked record's card. | ||
|
||
![record-cards-reference-col](images/record-cards/record-cards-reference-col.png) | ||
|
||
A record card will open to display record data for the referenced record. | ||
|
||
![record-cards-referenced-record](images/record-cards/record-cards-referenced-record.png) | ||
|
||
## Editing a Record Card's Layout | ||
|
||
You can edit a record card's layout from the [Raw Data](raw-data.md) page. Click the card icon to open. | ||
|
||
![record-cards-edit-layout](images/record-cards/record-cards-edit-layout.png) | ||
|
||
You can drag and drop fields to rearrange, resize and add/delete fields from the view. Learn more about [editing card layouts](widget-card.md#editing-card-layout). | ||
|
||
![record-cards-edit-layout-2](images/record-cards/record-cards-edit-layout-2.png) | ||
|
||
## Disabling a Record Card | ||
|
||
You can also disable a record card from the [Raw Data](raw-data.md) page. To disable a record card for a particular table, click the three-dot icon to the right of the table name then select 'Disable Record Card' from the dropdown. | ||
|
||
![record-cards-disable](images/record-cards/record-cards-disable.png) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters