Frontmatter
| id | 6632 |
| title | grid.column.Component: support view controller based handlers / listeners and state provider bindings |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 8, 2025, 8:30 PM |
| updatedAt | Apr 8, 2025, 8:32 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6632 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 8, 2025, 8:32 PM |
columns: [ {dataField: 'edit', text: 'Edit Action', component: { module : Button, handler: 'up.editButtonHandler', // handler inside the parent component tree text : 'Edit' }}, {dataField: 'edit2', text: 'Edit Action2', component: { module : Button, handler: 'editButtonHandler2', // handler inside a view controller bind : {text: data => data.editButtonText} // state provider binding }} ],