Sha256: bba19acfda77f138a3bb1de6ffd8ad187bd607a5a784621cc582ae9f5f94bbf0

Contents?: true

Size: 517 Bytes

Versions: 2

Compression:

Stored size: 517 Bytes

Contents

<% @data = [{
    first_name: 'Jon',
    last_name: 'Ron',
    email: "jon@mail.com",
    id: 1,
}, {
    first_name: 'Sam',
    last_name: 'Bob',
    email: "sam@mail.com",
    id: 2,
}, {
    first_name: 'Nick',
    last_name: 'Jack',
    email: "nick@mail.com",
    id: 3,
}, {
    first_name: 'Jake',
    last_name: 'Wade',
    email: "jon@mail.com",
    id: 4,
}, {
    first_name: 'Blake',
    last_name: 'Chad',
    email: "jon@mail.com",
    id: 5,
}] %>

<%= pb_rails("pagination", props: { data: @data}) %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
playbook_ui-11.16.0.pre.alpha.paginationrails1 app/pb_kits/playbook/pb_pagination/docs/_pagination_default.html.erb
playbook_ui-11.16.0.pre.alpha.pagination.rails1 app/pb_kits/playbook/pb_pagination/docs/_pagination_default.html.erb