impagination icon indicating copy to clipboard operation
impagination copied to clipboard

nextState looks abnormal

Open brianlaw033 opened this issue 7 years ago • 1 comments

screen shot 2017-11-23 at 6 25 25 pm

is this Normal? cos the content of each page is repeated in eachItem.page.data and also _records that means every item is at least 10X larger(since my pageSize is 5)

brianlaw033 avatar Nov 23 '17 10:11 brianlaw033

the page attribute is shared by each record, so it's the same object.

cowboyd avatar Jan 04 '18 20:01 cowboyd