twitter-bootstrap Bootstrap 嵌套表(网格)

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/26986187/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-21 21:53:04  来源:igfitidea点击:

Bootstrap Nested Table (Grid)

twitter-bootstrap

提问by Mahesh

I am new to bootstrap and I have a requirement to develop hierarchical grid with two levels; basically I need this kind of implementation with bootstrap table

我是引导程序的新手,我需要开发具有两个级别的分层网格;基本上我需要这种带有引导表的实现

http://www.trirand.net/aspnetmvc/grid/hierarchytwolevels

http://www.trirand.net/aspnetmvc/grid/hierarchytwolevels

I search on the web and could not find any good resource with bootstrap hierarchical grid. Is there any possibility to implement hierarchical grid with bootstrap?

我在网上搜索,找不到任何带有引导分层网格的好资源。有没有可能用引导程序实现分层网格?

回答by Mahesh

We have used html table, bootstrap and jquery datatable. here is the link how to develop nested datatable

我们使用了 html 表、bootstrap 和 jquery 数据表。这是如何开发嵌套数据表的链接

http://www.codeproject.com/Articles/189621/Creating-an-expandable-master-details-table-jQuery

http://www.codeproject.com/Articles/189621/Creating-an-expandable-master-details-table-jQuery