什么是节点包可以创建循环表?

时间:2019-05-23 06:47:01

标签: reactjs

我正在用React JS编写UI。请求是:我需要显示一个表,该表总共包含100行。在任何时间点,表的主体都会显示10行。 5秒钟后,主体将自动滑动到接下来的10行。谁能指导我如何管理此节点程序包?非常感谢。

我使用了bootstrap-table程序包,但是不知何故

<script src="https://unpkg.com/bootstrap-table@1.14.2/dist/bootstrap-table.min.js"></script>;
<link href="https://unpkg.com/bootstrap-table@1.14.2/dist/bootstrap-table.min.css" rel="stylesheet"></link>

<table
 id="table"
 data-height="460"
 data-pagination="true"
 data-page-size="25"
 data-sortable="true">
    <thead id="shipmentheadermenu">
       //my header
    </thead>
    <tbody id="shipmentcontent">
        //mybody
    </tbody>
</table>

0 个答案:

没有答案
相关问题