
Security News
Safari 18.4 Ships 3 New JavaScript Features from the TC39 Pipeline
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
Simple Table UI for generating table html
npm install a-table
<script src="https://unpkg.com/a-table@1.4.10/build/a-table.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/a-table@1.4.10/css/a-table.css">
<link rel="stylesheet" type="text/css" href="https://unpkg.com/a-table@1.4.10/fonts/a-table-icon.css">
https://appleple.github.io/a-table.js/
import aTable from 'a-table';
const table = new aTable('.table', {
lang:'ja',
mark:{
btn:{
group:'acms-admin-btn-group acms-admin-btn-group-inline',
item:'acms-admin-btn',
itemActive:'acms-admin-btn acms-admin-btn-active'
}
},
selector:{
option:[
{label:'赤',value:'red'},
{label:'青',value:'blue'},
{label:'黄色',value:'yellow'}
]
}
});
table.afterRendered =
table.afterEntered = function(){
document.querySelector('.test').innerText = this.getTable();
document.querySelector('.markdown').innerText = this.getMarkdown();
}
table.afterRendered();
FAQs
Editable table library
The npm package a-table receives a total of 176 weekly downloads. As such, a-table popularity was classified as not popular.
We found that a-table demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
Research
Security News
The Socket Research Team investigates a malicious Python package that enables automated credit card fraud on WooCommerce stores by abusing real checkout and payment flows.
Security News
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.