New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

amazeui-datatables

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amazeui-datatables

jQuery DataTables 插件 Amaze UI 集成

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

Amaze UI DataTables


DataTables 插件 Amaze UI 集成,只修改了样式和默认显示语言,其他参数同官方版。

使用说明:

  1. 获取 Amaze UI DataTables
  • 直接下载
  • 使用 NPM: npm install amazeui-datatables
  1. 在 Amaze UI 样式之后引入 DataTables 样式(dist目录下的 CSS):

Amaze UI DataTables 依赖 Amaze UI 样式。

<link rel="stylesheet" href="path/to/amazeui.min.css"/>
<link rel="stylesheet" href="path/to/amazeui.datatables.css"/>
  1. 在 jQuery 之后引入 DataTables 插件(dist目录下的 CSS):
<script src="path/to/jquery.min.js"></script>
<script src="path/to/amazeui.datatables.min.js"></script>
  1. 初始化 DataTables:
$(function() {
    $('#my-table').DataTable();
});

功能增强

扩展

Keywords

FAQs

Package last updated on 06 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc