Unable to Sort Bidding Window Columns
caspervk opened this issue ยท 3 comments
It would be cool if you were able to sort the columns in the bidding window by pressing the column headers, just as you are able to in the dkp list in the main window.
If this is not possible, it would also fit my use-case to sort first by "bid" and then secondly by "total DKP", but I'm not sure if this would be confusing for others.
Thanks for your continued work on this AddOn!
Sorting was not implemented on that box as generally, it should auto-sort depending on the DKP mode. Setting this to enhancement for looking at later.
@Vapok Did it in a dirty way (doubled code) but it works. Also fixed the scrolling there. https://github.com/lantisnt/EssentialDKP/pull/47/files
@Vapok Did it in a dirty way (doubled code) but it works. Also fixed the scrolling there. https://github.com/lantisnt/EssentialDKP/pull/47/files
Thanks @lantisnt this helps provide a little insight into what the effort might look like.