DataTable sort not working with boolean shorthand #912
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
A DataTable that previously displayed sort options is no longer showing them. I am on Vue 3.0.5 and have tried PrimeVue 3.1.1 and 3.2.0-rc.1
Previously using the accepted property of just
sortable
worked, but a recent changed has broken this.eg
<Column field="timestamp" header="DateTime" sortable="true">
<- works<Column field="timestamp" header="DateTime" sortable>
<- no longer works, even though this is valid (and recommended) vue syntaxRefs: https://vuejs.org/v2/guide/components-props.html#Passing-a-Boolean
The text was updated successfully, but these errors were encountered: