Skip to content

Issue #339#540

Open
Raviteja25 wants to merge 2 commits into3.0from
issue-339
Open

Issue #339#540
Raviteja25 wants to merge 2 commits into3.0from
issue-339

Conversation

@Raviteja25
Copy link
Collaborator

No description provided.

@aamialkovich aamialkovich changed the base branch from master to 3.0 February 11, 2026 08:05
@denis-dzenskevich denis-dzenskevich changed the title Issue 339 Issue #339 Feb 16, 2026
Copy link
Collaborator

@aamialkovich aamialkovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please add functionality so, when clicking on table's header checkbox, all rows will be selected/unselected.

Overall behavior should looks like in this example https://material.angular.dev/components/checkbox/examples#checkbox-overview
but in our case parent - header's checkbox, child - single row in table.


getInputType(columnId: string): ColumnInputType {
const column = this.columns().find(c => c.id === columnId);
console.log('Column for id', columnId, column);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove logs

type: ColumnInputType.CHECKBOX,
field: (row: InputSampleRow) => !!(row as any).selected,
onSave: (row: InputSampleRow, event: Event) => {
console.log('Checkbox change event:', event);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants