Frontmatter
| id | 5002 |
| title | table.View: applyRendererOutput() => switch from align to cellAlign |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Oct 10, 2023, 1:43 PM |
| updatedAt | Oct 10, 2023, 1:51 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5002 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 10, 2023, 1:51 PM |
align is now reserved for component.Base => floating components.
table.header.Buttonalready changed the internal config fromaligntocellAlign, but it was not honored inside thetable.Viewlogic.