-
- Downloads
Fix 30727: Sort database tables by name in the data reference view (#30751)
* Clean up table references * Sort tables * De-crazy the return chain * Remove superfluous argument `index` is not needed prop in `ListItem` as of #30650 * Explicitly say that we pass the `table` to the `ListItem` * Fix sort order First sort by table name, then by the table schema! * Make sure tables are sorted in the test
Please register or sign in to comment