Open stevehollistxn opened 4 months ago
Some admin grids are lacking the storageConfig setting which means they all show the same row unless filtered.
Requires adding of an item node like the following:
<item name="storageConfig" xsi:type="array"> <item name="indexField" xsi:type="string">request_id</item> </item>
If you're able to give me access I'll do a pull request for this issue and others which I can add shortly
Some admin grids are lacking the storageConfig setting which means they all show the same row unless filtered.
Requires adding of an item node like the following: