fix: sortable author column to non-sortable

pull/8606/head
bnymncoskuner 5 years ago
parent 8a31807f36
commit 95954ee9fc

@ -949,10 +949,11 @@ This command will update the service proxy files under the `/src/app/proxy/` fol
Book list page change is trivial. Open the `/src/app/book/book.component.html` and add the following column definition between the `Name` and `Type` columns:
````js
````html
<ngx-datatable-column
[name]="'::Author' | abpLocalization"
prop="authorName"
[sortable]="false"
></ngx-datatable-column>
````

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Loading…
Cancel
Save