ksorensen76
Results
2
comments of
ksorensen76
Can we get more information on this? I am trying to do something similar (with a select). I load the initial results with the below: `container.pagination({ dataSource: '/api/path/' + $('#filter').val(),...
For other people having a similar question, I solved this by setting my default pagination options in a var: ```js var options = { dataSource: /url, locator: 'results', pageSize: '20',...