Twitter bootstrap Meteor模板-如何向表添加分页

Twitter bootstrap Meteor模板-如何向表添加分页,twitter-bootstrap,meteor,Twitter Bootstrap,Meteor,在我的meteor应用程序中,我有以下模板: <template name="users"> <div class="container-fluid"> <div class="row-fluid"> <div class="page-header"> <h1><small>Users List</small></h1>

在我的meteor应用程序中,我有以下模板:

<template name="users">

    <div class="container-fluid">
        <div class="row-fluid"> 
            <div class="page-header">
              <h1><small>Users List</small></h1>
            </div>

            <table class="table table-bordered table-striped table-hover" id='userTable'>
                <thead>
                    <tr>
                        <th>Name</th>
                    </tr>
                </thead>
                <tbody>
                   {{#each userList}}
                    {{>userRow}}
                   {{/each}}
                </tbody>
            </table>
        </div>
    </div>
</template>
<template name="userRow">
     <tr class="userRow">
        <td>{{name}}</td>
     </tr>
</template> 

用户列表
名称
{{{#每个用户列表}
{{>userRow}
{{/每个}}
{{name}}

我应该怎么做才能将分页(任何类型)添加到此表中?

这是一个回答您问题的方法。乔治(geomck1967)制作了这么一系列伟大的流星视频,给了他很多道具

这是回答您问题的答案。乔治(geomck1967)制作了这么一系列伟大的流星视频,给了他很多道具

这是回答您问题的答案。乔治(geomck1967)制作了这么一系列伟大的流星视频,给了他很多道具

这是回答您问题的答案。乔治(geomck1967)制作了这么一系列伟大的流星视频,给了他很多道具

你看过了吗?它有一个关于分页的很好的章节。大约5分钟前刚买的:)你看过了吗?它有一个关于分页的很好的章节。大约5分钟前刚买的:)你看过了吗?它有一个关于分页的很好的章节。大约5分钟前刚买的:)你看过了吗?它有一个很好的分页章节。大约5分钟前刚购买:)