warrenday / graphql-network-inspector

A better network inspector for viewing and debugging GraphQL requests.
MIT License
466 stars 46 forks source link

Request for Adding Column Sorting Functionality #100

Open kud opened 1 year ago

kud commented 1 year ago

Is your feature request related to a problem? Please describe. I often find it challenging to organize and locate specific information within a large dataset or table. It becomes particularly problematic when I cannot sort the data based on a specific column.

Describe the solution you'd like I would like the ability to sort a column in ascending or descending order within a dataset or table. This feature would greatly enhance the usability and efficiency of data analysis and management tasks.

Describe alternatives you've considered Currently, I manually rearrange the data or create custom scripts to sort columns in different ways. However, these alternatives are time-consuming and prone to errors. Having a built-in sorting functionality would streamline the process and provide more accurate results.

Additional context It would be beneficial if the sorting feature allows for sorting by multiple columns simultaneously. This would enable more complex sorting scenarios, where I can prioritize different criteria in the dataset.

warrenday commented 12 months ago

Agree, this would be very useful. I'll add this next.

IncognitaDev commented 2 months ago

may I can work on this, if its ok

warrenday commented 2 months ago

Hey @IncognitaDev of course. All PRs are welcome. If you need any guidance let me know.