SAP / open-ux-odata

Enable community collaboration to jointly promote and facilitate best in class framework and tooling capabilities when working with OData services.
Apache License 2.0
51 stars 10 forks source link

BUG - Empty rows returned for FPM explorer ShowMore table #668

Closed ofrids closed 1 year ago

ofrids commented 1 year ago

Description

Unwanted empty rows returned for FPM explorer ShowMore table when executing ShowMore action more than once on the same table. Assuming that issue related to the mockserver as this functionality works ok in test application.

Steps to Reproduce

FPM explorer change 5925348

  1. Click ShowMore - table will appear and populated with data (4 mocked rows), as expected
  2. Click ShowLess - table will dissapear, as expected
  3. Click ShowMore - table will appear, but additional 4 "empty" rows will be added every time steps 2/3 repeats MicrosoftTeams-image (2)
ofrids commented 1 year ago

Seems issue related to the Table type as can be repeated in real application with ResponsiveTable type