Skip to content

Any example for radio button column in dynamic table? #35

@rams-fullstack

Description

@rams-fullstack

Something like below and make that complete column of radio button as a group, so that it can be toggled.

columns: ColumnConfig[] = [
{
name: 'radio',
displayName: 'Radio',
type: 'radio',
options: {
dataSource: '',
radioButtons: [{ text: '', value: 'Y' }]
}
}
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions