0.2.2 • Published 2 years ago

react-hateoas-resource-filter-list v0.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

react hateoas resource filter list

Description

A react library that renders a filterable, sortable and pageable table that represents a HATEOAS resource that exposes a list.

NPM JavaScript Style Guide

Install

npm install --save react-hateoas-resource-filter-list

Usage

import React from "react";

import { EntityFilterList } from "react-hateoas-resource-filter-list";
import { EntityTableDefinition } from "react-hateoas-resource-filter-list";

const ResourceList = () => {
    return (
        <React.Fragment>
            <EntityFilterList 
                tableDef={tableDef}
                resourceUrl={resourceUrl}
                paged={true} />
        </React.Fragment>
    );
};

License

ISC © aydanmjsmith

0.1.12

2 years ago

0.2.1

2 years ago

0.2.2

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago