Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@jspreadsheet/contextmenu_rowsadvancedactions
Advanced tools
add new actions to rows for move and duplicate.
ContextMenu rows advanced actions is a plugin for add new items in contextMenu of jSpreadsheet Pro for manage rows.
This plugin is Free
jSpreadsheet, a lightweight Vanilla JavaScript plugin, can help you create exceptional web-based interactive tables and spreadsheets. Compatible with most widely-used spreadsheet software, such as Excel or Google Spreadsheet, it offers users an unrivalled Excel-like user experience. It also works well with prominent modern frameworks and flexibly utilizes a large collection of events, extensions and configurations to meet different application requirements. Impress your clients with a better user experience and a great dynamic interactive data management tool.
With default options of plugin, you should use Material Design icons.
<link href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp" rel="stylesheet">
Option name | Description | Type | Default Value |
---|---|---|---|
icon_moveup | Icon for "move up rows" | String | arrow_upward |
icon_movedown | Icon for "Move down rows" | String | arrow_downward |
icon_duplicate | Icon for "Duplicate rows" | String | content_copy |
icon_deleteSelectedColumns | Icon for "Delete selected columns" | String | delete |
you can defined on translation global to replace var text_XXXX
by contextmenurowsadvancedactions_
Option name | Default Value |
---|---|
text_moveup | Move up row(s) selected |
text_movedown | Move down row(s) selected |
text_duplicate | Duplicate row(s) selected |
Header on page
<script src="https://jspreadsheet.com/v7/jspreadsheet.js"></script>
<script src="https://jspreadsheet.com/v7/jsuites.js"></script>
<link rel="stylesheet" href="https://jspreadsheet.com/v7/jsuites.css" type="text/css" />
<link rel="stylesheet" href="https://jspreadsheet.com/v7/jspreadsheet.css" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp" rel="stylesheet">
<script src="/path/to/contextmenu_rowAdvancedActions.min.js"></script>
Initialize plugin on jSpreadsheet
jSpreadsheet(document.getElementById('spreadsheet'), {
...
plugins: [
...
{ name:'rowsAdvancedAction', plugin:jss_contextmenu_rowAdvancedActions},
...
],
...
});
You can use this CDN link
<script src="https://cdn.jsdelivr.net/gh/GBonnaire/jspreadsheet-plugins-and-editors@latest/plugins/dist/contextmenu_rowsAdvancedActions.min.js"></script>
Coming soon (2021) npm install @jspreadsheet/contextmenu_rowsAdvancedActions
import jss_contextmenu_rowAdvancedActions from '@jspreadsheet/contextmenu_rowsadvancedactions';
Copyright GBonnaire.fr and Code released under the MIT License
FAQs
add new actions to rows for move and duplicate.
The npm package @jspreadsheet/contextmenu_rowsadvancedactions receives a total of 2 weekly downloads. As such, @jspreadsheet/contextmenu_rowsadvancedactions popularity was classified as not popular.
We found that @jspreadsheet/contextmenu_rowsadvancedactions demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.