Skip to content

Commit

Permalink
fixed sort
Browse files Browse the repository at this point in the history
Refs: #7036
  • Loading branch information
AlexanderSchmidtCE committed Dec 20, 2024
1 parent 4681fa7 commit d9ac07f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ export class KolTableStateless implements TableStatelessAPI {
key={`${rowIndex}-${colIndex}-${cell.label}`}
class={clsx('kol-table__cell kol-table__cell--header', {
[`kol-table__cell--align-${cell.textAlign}`]: cell.textAlign,
[`kol-table__cell--sort-${ariaSort}`]: ariaSort,
[`kol-table__cell--${ariaSort}`]: ariaSort,
})}
scope={scope}
colSpan={cell.colSpan}
Expand Down

0 comments on commit d9ac07f

Please sign in to comment.