We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e668ea commit 592805dCopy full SHA for 592805d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bootstrap-vue-wrapper",
3
- "version": "1.11.0",
+ "version": "1.11.1",
4
"description": "Bootstrap 5 components in Vue3 warapper.",
5
"author": "Gabor Zemko <[email protected]>",
6
"homepage": "https://github.com/zemkogabor/bootstrap-vue-wrapper",
src/components/bs-table/BsTable.vue
@@ -6,6 +6,7 @@
<th
7
:class="{
8
'cursor-pointer': isSortableField(field),
9
+ 'text-decoration-underline': isActiveOrderBy(field.key),
10
thClass,
11
}"
12
@click="onHeadClick(field)"
0 commit comments