在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:rstaib/jquery-bootgrid开源软件地址:https://github.com/rstaib/jquery-bootgrid开源编程语言:JavaScript 85.8%开源软件介绍:jQuery Bootgrid PluginNice, sleek and intuitive. A grid control especially designed for bootstrap. Getting StartedjQuery Bootgrid is a UI component written for jQuery and Bootstrap (Bootstrap isn't necessarily required). Everything you need to start quickly is:
<!DOCTYPE html>
<html>
<head>
<title>Demo</title>
<meta charset="utf-8">
<!-- Styles -->
<link href="bootstrap.css" rel="stylesheet">
<link href="jquery.bootgrid.css" rel="stylesheet">
</head>
<body>
<table id="grid" data-toggle="bootgrid" data-ajax="true" data-url="/api/data/basic" class="table table-condensed table-hover table-striped">
<thead>
<tr>
<th data-column-id="id">ID</th>
<th data-column-id="name">Sender</th>
</tr>
</thead>
</table>
<!-- Scripts -->
<script src="jquery.js"></script>
<script src="jquery.bootgrid.js"></script>
</body>
</html>
ExamplesExamples you find here. Reporting an IssueInstructions will follow soon! Asking questionsI'm always happy to help answer your questions. The best way to get quick answers is to go to stackoverflow.com and tag your questions always with jquery-bootgrid. ContributingInstructions will follow soon! LicenseCopyright (c) 2014-2015 Rafael J. Staib Licensed under the MIT license. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论