Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@stolostron/react-data-view

Package Overview
Dependencies
Maintainers
5
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stolostron/react-data-view

A react component for viewing items as a table or catalog card view.

latest
Source
npmnpm
Version
3.1.0
Version published
Weekly downloads
669
-10.08%
Maintainers
5
Weekly downloads
 
Created
Source

Stolostron / React Item View GitHub package.json version

A react component for viewing items as a table or catalog card view.

DEMO

Installation

npm i @stolostron/react-data-view

Goals

PatternFly

  • Use PatternFly guidelines
  • Support small screens using PatternFly responsive designs
    • Toolbar collapsing
    • Filters collapsing
  • Use shadows as a visual indication that one surface has slid behind another surface
    • Work with PatternFly to adopt shadows

Table

  • Support table only view (no catalog)
  • Support horizontal scrolling with sticky headers and columns
  • Support column management
    • Support custom columns based on data labels
    • Persist column configuration to local storage
    • Save multiple column configurations and switch between
  • Virtualized table rendering (performance)

Catalog

  • Support catalog only view (no table)
  • Virtualized catalog rendering (performance)
  • Card click supporting details drawer or navigation

Search & Filter

  • Filtering, Searching, Sorting of 1,000 items (performance - previously 100,000 with PF4)
  • Fuzzy search (Fuse.js)
    • Search on fields with weights
  • Persist search and filters to url query string
    • Allows saving a URL with preselected search & filters
    • Allow reload of page without losing filter & search

FAQs

Package last updated on 29 Sep 2025

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