MERN-ecommerce-Frontend icon indicating copy to clipboard operation
MERN-ecommerce-Frontend copied to clipboard

Sort and Filter feature not working properly and also pagination not working properly in part 11

Open suvu0707 opened this issue 1 year ago • 3 comments

suvu0707 avatar Jan 20 '24 08:01 suvu0707

Sort function will not work because the npm json server is not providing the sort feature which were provided at the time of making this project.

vaishnav27 avatar Mar 22 '24 18:03 vaishnav27

Also pagination is also not working because the totalItems is 0.It is unable fetch this api call

vaishnav27 avatar Mar 22 '24 18:03 vaishnav27

@vaishnav27 That is because the library "json-server" has updated its queries and limit and some queries dont work anymore with json-server

neelchheda-rite avatar May 08 '24 06:05 neelchheda-rite