primefaces / primeui

Rich set of javascript-css only widgets
http://www.primefaces.org/primeui
278 stars 125 forks source link

Fixes #290 - sorting does not work after filtering #291

Closed coffee-camel closed 9 months ago

coffee-camel commented 6 years ago

Discovered that sorting only takes place on the table data. Added a conditional check for filteredData, and sort on that if it exists. This fixes the issue where sorting doesn't work after filtering a column.