* 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 |
||
---|---|---|
.. | ||
SchemaState.js | ||
common.js | ||
context.js | ||
index.js | ||
reducer.js | ||
store.js |