dillon1000/react
Commit
Browse files [attribute-behavior] Add alphabetical and rev-alphabetical sorting (#10546)
* 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
Changed paths1 file
First-parent comparisonfixtures/attribute-behavior/src/App.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…