mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-04 10:23:03 -05:00
* Fixed issues reported in #7954 - Search wasn't working as we were using the wrong row-index, while rendering it. - Fixed the CSS issue with the alignment of the search input box. - Pass the row object while rendering the 'DataRow' component, to improve the performance as it repeatedly calls the filtering function for each row. - Changed the order of the validators on a field to prioritize the 'empty' string validator over the unique-id validator in a collection. - Use 'row.index' instead of rowId, while rendering a grid row