Custom multiline widget not working for page change
Summary
Custom multiline widget not working for page changeContent
Hi,
I have created a custom multiline widget which extends <rn:widget path="reports/Multiline" /> widget for the purpose of changing the view. But I have observed that it load the results properly for the first time, but when user clicks on next page link, or any page number link, it doesn't navigate. For pagination we are using <rn:widget path="reports/Paginator" />. As we have just changed the view for custom multiline, not sure whether we need to override anything else. If I revert the code to use default multiline widget, everything works properly.
0