spatie / vue-table-component

A straight to the point Vue component to display tables
http://vue-table-component.spatie.be
MIT License
588 stars 149 forks source link

Sorting description should show the label of column instead of field name #143

Closed saqueib closed 6 years ago

saqueib commented 6 years ago

I want to show the sorting description text to use label instead of field its sorting, is there any way to do it.

for example:

<table-column show="created_at" label="Added On"></table-column>

It's showing as

Table sorted by created_at (descending)

But I want to show

Table sorted by Added On (descending)

😊keep up the great work

spatie-bot commented 6 years ago

Dear contributor,

because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.