When I set the resultsPerPage property on the MeteorGriddle element, the display of the table shows 5 rows, even if the resultsPerPage is set to another number (e.g., 10, 25, etc). When inspecting the React elements with the React inspector in Chrome, there is no resultsPerPage property on the Griddle element, and the state of that element has a resultsPerPage of 5, which is the default value. All other properties set on the MeteorGriddle element are being passed to the Griddle element.
When I set the resultsPerPage property on the MeteorGriddle element, the display of the table shows 5 rows, even if the resultsPerPage is set to another number (e.g., 10, 25, etc). When inspecting the React elements with the React inspector in Chrome, there is no resultsPerPage property on the Griddle element, and the state of that element has a resultsPerPage of 5, which is the default value. All other properties set on the MeteorGriddle element are being passed to the Griddle element.