New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

tueble

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tueble

A Vuejs table component

latest
Source
npmnpm
Version
1.6.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Tueble - A Vuejs table component

npm version

Work in progress!

Properties

Tueble (Root Table Component)

PropertyRequired?Default ValueDescription
dataYes--Data that will be used to render the table
default-sort-byNo--Initial order of the table
default-sort-orderNoascInitial sort order. asc for ascending and desc for descending
table-classNo--Classes that will be added to the table
table-body-classNo--Classes that will be added to the table body (tbody)
filter-textNo--Term used to filter the table. Applies only to columns with the filterable property enabled
filter-min-sizeNo2Minimal length of the filter search field to filter the table
filter-min-sizeNo2Minimal length of the filter search field to filter the table
no-data-textNo"No results found"Text to show when the filtered dataset is empty

Column Component

PropertyRequired?Default ValueDescription
showNo--Sets which object's property to display. Must be provided if index prop is false
sortableNotrueSets the column as sortable
filterableNotrueIf true, the search text will be compared to the column contents
labelYes--Sets the text of the column header
indexNofalseIf true column will show row number
column-classNo--Classes that will be added to column
column-header-classNo--Classes that will be added to column header
highlightNofalseIf true finds specified terms in your input text and adds HTML tag around them. Does not apply when using custom slots

Filter By Domain Component

PropertyRequired?Default ValueDescription
filter-byYesArraySet of elements to be checked in the column provided
filter-columnYesStringName of the column to be searched for

Keywords

vuejs

FAQs

Package last updated on 02 Sep 2020

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