Skip to content

data-table: стилизация, сторисы, обёртки#35

Merged
AxyIX merged 9 commits into
feature/styles-debugfrom
data.datatable
May 29, 2026
Merged

data-table: стилизация, сторисы, обёртки#35
AxyIX merged 9 commits into
feature/styles-debugfrom
data.datatable

Conversation

@khaliulin
Copy link
Copy Markdown
Contributor

No description provided.

@for (col of columns; track $index) {
@if (col.selectionMode === 'single') {
<th [style]="col.headerStyle || 'width: 3rem'"></th>
} @else if (col.selectionMode === 'multiple') {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

if тут не нужен. иначе мы не сможем сделать например мультиселект строк с сортировкой. то есть тут получается, что либо сингл селект, либо мультиселект, либо колонка с сортировкой, либо без всего

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@AxyIX фикс cf0045f

@AxyIX AxyIX merged commit 2430385 into feature/styles-debug May 29, 2026
1 check passed
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