Frontmatter
| id | 3087 |
| title | Table.View: Null values are not supported in default Renderer |
| state | Closed |
| labels | bug |
| assignees | [] |
| createdAt | May 21, 2022, 10:42 PM |
| updatedAt | May 21, 2022, 10:49 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3087 |
| author | davhm |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 21, 2022, 10:49 PM |
Describe the bug When attempting to render null values with the default renderer for a table view column, a JS error is thrown
Expected behavior I would expect the table to render correctly and leave the cell empty for which the value is null in the Store field.