0.2.2 • Published 3 years ago

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

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

0.2.1

3 years ago

0.2.2

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago