首页 > 代码库 > GTA项目 三, 使用 bootstrap table展示界面,使得data和UI分离
GTA项目 三, 使用 bootstrap table展示界面,使得data和UI分离
/*
* bootstrap-table - v1.5.0 - 2014-12-12
* https://github.com/wenzhixin/bootstrap-table
* Copyright (c) 2014 zhixin wen
* Licensed MIT License
*/
<table id="tblCountry" > <thead> <tr> <th data-field="Code">Code</th> <th data-field="Name">Country</th> </tr> </thead> </table><script type="text/javascript"> $.get("http://localhost:5920/GTA/Country", function (data, status) { $(‘#tblCountry‘).bootstrapTable({ data: data.Country }); }); </script>
GTA项目 三, 使用 bootstrap table展示界面,使得data和UI分离
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。