在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:olifolkerd/tabulator开源软件地址:https://github.com/olifolkerd/tabulator开源编程语言:JavaScript 68.9%开源软件介绍:An easy to use interactive table generation JavaScript library Full documentation & demos can be found at: http://tabulator.info FeaturesTabulator allows you to create interactive tables in seconds from any HTML Table, Javascript Array or JSON formatted data. Simply include the library and the css in your project and you're away! Tabulator is packed with useful features including: Frontend Framework SupportTabulator is built to work with all the major front end JavaScript frameworks including React, Angular and Vue. SetupSetting up tabulator could not be simpler. Include the library and the css <link href="dist/css/tabulator.min.css" rel="stylesheet">
<script type="text/javascript" src="dist/js/tabulator.min.js"></script> Create an element to hold the table <div id="example-table"></div> Turn the element into a tabulator with some simple javascript var table = new Tabulator("#example-table", {}); Bower InstallationTo get Tabulator via the Bower package manager, open a terminal in your project directory and run the following commmand:
NPM InstallationTo get Tabulator via the NPM package manager, open a terminal in your project directory and run the following commmand:
CDN - UNPKGTo access Tabulator directly from the UNPKG CDN servers, include the following two lines at the start of your project, instead of the localy hosted versions: <link href="https://unpkg.com/tabulator-tables/dist/css/tabulator.min.css" rel="stylesheet">
<script type="text/javascript" src="https://unpkg.com/tabulator-tables/dist/js/tabulator.min.js"></script> |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论