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

column-control

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

column-control - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

5

CHANGELOG.md
0.0.11 / 2014-03-31
===================
- updated readme, fixed styles
0.0.10 / 2014-03-26

@@ -3,0 +8,0 @@ ===================

1

example/basic.js

@@ -7,2 +7,3 @@ require('cssify').byUrl('//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css')

document.body.innerHTML = table;
document.body.style.margin = '20px';

@@ -9,0 +10,0 @@ var targetTable = document.querySelector('.target-table');

4

example/table.js
module.exports =
[ '<div class="table_controls"></div>'
[ '<div class="table-controls"></div>'
, '<br/><br/>'
, '<div class="table_holder">'
, '<div class="table-holder">'
, '<table class="target-table table">'

@@ -6,0 +6,0 @@ , '<thead>'

{
"name": "column-control",
"version": "0.0.10",
"version": "0.0.11",
"description": "decorate an html table with basic column controls",

@@ -5,0 +5,0 @@ "main": "index.js",

# Column-Control
a module to decorate an html table with column controls such as hide / show / move
Input an html table. Output controls to hide / show / move columns of that table.
Controls:
<img src="http://imgur.com/pUqHKqE,E0Zr974" />
With drop down open:
<img src="http://imgur.com/pUqHKqE,E0Zr974#1" />
To play with an example, download and run:
npm run-script example

Sorry, the diff of this file is not supported yet

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