![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
coins-vue-data-table
Advanced tools
A Vue.js data table component
name
( type ) [ default ]data-source
(string | array) [ required ]If data-source
is a string, a GET
request will be made to that URL. Otherwise, if data-source
is an array, that will be used as the table data.
columns
(array) [ required ]An array of the table columns an their parameters. Possible values:
name
Name displayed on tabledata
(string) Key referenced in datadata
(function) A function determines column render. It is passed the data row.type
There are two options here:
localeCompare
function.visible
Whether or not a column should be initially visibleNote: By default boolean table values are converted to Yes/No for true
/false
respectively. This behavior can be overwritten with the function data
data type.
checkboxes
(boolean) [ false ]When enabled, the first column of the table will contain checkbox inputs.
rowsPerPage
(integer) [ 20 ]Number of rows to display
visiblePageRange
(integer) [ 6 ]Number of pages to be visible in the page selector
skipRange
(integer) [ 5 ]How far the >>
and <<
buttons should skip
exportButton
(boolean) [ true
]Whether or not the export button should be visible
columnsButton
( boolean ) [ true
]Whether or not the column selector button should be visible
filter
( boolean ) [ true
]Whether or not the filter should be visible
buttons
( array )An Array of button objects that will be listed next to the other table buttons. The format for the buttons is as follows:
{
title: 'Title displayed on button',
click: (checked rows or all rows if checkboxes are disabled) => { ... }
}
FAQs
A Vue.js data table component for COINS
The npm package coins-vue-data-table receives a total of 2 weekly downloads. As such, coins-vue-data-table popularity was classified as not popular.
We found that coins-vue-data-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
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.