nuagenetworks / vis-graphs

Graphs visualisation framework
2 stars 15 forks source link

[Bug]: fix table sort direction issue #406

Closed nxanil closed 3 years ago

nxanil commented 4 years ago

@natabal

Fixed table sort direction issue. Please have a look.

nxanil commented 3 years ago

@killanch

Please review this PR. Thanks!

killanch commented 3 years ago

@nxanil which is the issue you are fixing here? can you pls attach screenshots as well? thanks

nxanil commented 3 years ago

@killanch @preshitg

The issue is when we sort the table with any column the first it sort ascending order then descending order. Once the data is the sort with descending then the direction button is always showing descending whether the data is coming in ascending order.

Old Graph:

tableOld

New Graph:

newTable