issues
search
ml-opensource
/
admin-panel-template-reactjs
25
stars
10
forks
source link
Fix: TableView sorting
#89
Closed
themitvp
closed
3 years ago
themitvp
commented
3 years ago
TableView sorting and more
What are you adding?
Fixed logic for sorting columns
Basically the logic was only looking at column key, so I extended it to also look at the field (
dataIndex
), so it is more simple
Add class to TableView
Add boolean prop to hide action column
Breaking changes?
Nope
Related PR
TableView sorting and more
What are you adding?
dataIndex
), so it is more simpleBreaking changes?
Nope
Related PR