Stewart
Reset Table Widget Pagination
This is now fixed. In my case, I had made a mistake extending the
TableWidget
class. Once fixed, I was able to dispatch an event from the header filter action and listen to that elsewhere in the codebase. Once triggered, the listener can correctly call resetPage
on the table widget.5 replies