le-yams / nbmongo

A NetBeans plugin for browsing MongoDB
Other
26 stars 6 forks source link

Flat table display should support sorting a column when a user clicks on the column header #65

Open darbie opened 8 years ago

darbie commented 8 years ago

For example, if I have a collection with a field named "type" I want to be able to click on "type" at the top of the flat table display and have the documents be sorted, just like if I put in a sort query of {"type": 1}. Clicking again should cause it to sort in reverse order {"type": -1}

le-yams commented 8 years ago

Hi darbie,

That's an interesting feature.

Thank you for your feedback.

Regards, Yann