Skip to content

Commit

Permalink
fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyElias committed Sep 5, 2024
1 parent 34dcfbc commit 90bd023
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/ktable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
</template>
</KTable>
</DocsShow>
<!-- eslint-enable -->

<!-- Frontend Sorting Example-->
<h3>Table with Default Sorting</h3>
<p>
The <code>KTable</code> can be used with default sorting functionality, allowing you to sort data on the client side without the need for server requests. There are 4 permissible data types - <code>string</code>,<code>number</code>,<code>date</code> and <code>undefined</code>. Columns declared with <code>undefined</code> data type are not sortable. This example demonstrates a table with default sorting enabled.
</p>
<!-- eslint-disable -->

<DocsShowCode language="html">
<KTable
:headers="headers"
Expand Down
2 changes: 2 additions & 0 deletions lib/KTable/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@
</div>

</template>


<script>
import { ref, computed, watch } from '@vue/composition-api';
Expand Down

0 comments on commit 90bd023

Please sign in to comment.