pgadmin4/web/pgadmin/static/js/SchemaView/SchemaState
Ashesh Vashi 15c37b620e
Fixed issues reported in #7958
* 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
2024-10-01 12:06:59 +05:30
..
SchemaState.js Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
common.js Fixed issues reported in #7958 2024-10-01 12:06:59 +05:30
context.js Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
index.js Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
reducer.js Fixed an issue introduced due to reloading of the tree due to changes in particular preferences (#7942) 2024-09-18 20:55:01 +05:30
store.js Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30