Skip to content

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

Open
khaliulin wants to merge 3 commits intofeature/styles-debugfrom
data.datatable
Open

data-table: стилизация, сторисы, обёртки#35
khaliulin wants to merge 3 commits intofeature/styles-debugfrom
data.datatable

Conversation

@khaliulin
Copy link
Copy Markdown

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
Author

Choose a reason for hiding this comment

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

@AxyIX фикс cf0045f

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