Frontmatter
| id | 4862 |
| title | table.View: pass the table.Container instance as a param to the renderer |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Sep 7, 2023, 8:44 PM |
| updatedAt | Sep 7, 2023, 8:45 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4862 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 7, 2023, 8:45 PM |
in case we want to use static renderer functions inside a util class, it can be helpful to get the instance. e.g. when creating cell-based component, which needs the current
appNameconfig (browser window reference).@albert-hashani