A simple and lightweight data table component for Vue.js 3. Features sorting, paging, row check, dynamic data rendering, supported TypeScript, and more.
I want to show the loaded data in a sorted order but I don't want to have the sort function enabled. I turned the sortable to false but doing that accumulate all the sort icons in one column. This might be my misunderstanding of the documentation, but I would really appreciate your guidance in here
Ps: I just took a screenshot of the headers above. You can see how all the 3 sort icons gathered at ルーター column
Issue:
I want to show the loaded data in a sorted order but I don't want to have the sort function enabled. I turned the sortable to false but doing that accumulate all the sort icons in one column. This might be my misunderstanding of the documentation, but I would really appreciate your guidance in here
Ps: I just took a screenshot of the headers above. You can see how all the 3 sort icons gathered at ルーター column
Code:
This is my table configuration: