Skip to content

resultsPerPage is not being passed to Griddle component #13

Description

@NFabrizio

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions