Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykreis committed Feb 26, 2024
1 parent 005cf0d commit fa4f72d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ The exact behavior of placeholders in each existing table column is described be

#### Number column

| Special-cased field values | Cell display | Group row display |
| ----------------------------------- | ------------------------------------------------------------ | ------------------ |
| `undefined` | column placeholder, or empty if no placeholder is configured | `"No value"` |
| `null` | column placeholder, or empty if no placeholder is configured | `"No value"` |
| Special-cased field values | Cell display | Group row display |
| -------------------------- | ------------------------------------------------------------ | ----------------- |
| `undefined` | column placeholder, or empty if no placeholder is configured | `"No value"` |
| `null` | column placeholder, or empty if no placeholder is configured | `"No value"` |

The alignment of the placeholder in the cell will match the alignment of the number in the column.

Expand Down

0 comments on commit fa4f72d

Please sign in to comment.