Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
0.5.6 Fix to table header styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdordoy committed Jan 28, 2020
1 parent 3b7db8f commit 32cbc57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel-vue-datatable",
"version": "0.5.5",
"version": "0.5.6",
"description": "Vue.js datatable made with Laravel and Bootstrap in mind",
"author": "James Dordoy <[email protected]>",
"homepage": "https://jamesdordoy.github.io/laravel-vue-datatable/",
Expand Down
2 changes: 1 addition & 1 deletion src/components/DataTableTh.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class="laravel-vue-datatable-th"
:style="'width: ' + column.width + '%'"
@click="column.orderable ? sort(column) : null">
<div class="inline-block" v-if="column.orderable">
<div style="display: inline-block;" v-if="column.orderable">
<div
class="filter-asc"
style="
Expand Down

0 comments on commit 32cbc57

Please sign in to comment.