mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
* Add alphabetical and rev-alphabetical sorting This is just an initial convenient way to jump to the top or bottom of the list. Next we will add a sorting which groups rows together if their behavior pattern is the same. * Add sorting to group the rows by behavior pattern **what is the change?:** Another sorting option - if the content of a row is the same, it takes those rows and groups them together. **why make this change?:** This will help us find groups of attributes that behave similarly. **test plan:** manual testing * rename variable to be more clear