Skip to content

Headless React Table Component with filtering, sorting, pagination, easily customized

License

Notifications You must be signed in to change notification settings

mohammedabualsoud/react-headless-table

Repository files navigation

react-headless-table

Headless React Table Component with filtering, sorting, pagination, easily customized

NPM JavaScript Style Guide

Running the app.

Build the component.

npm i && npm start

Run the example:

cd example && npm i && npm start

Install

npm install --save react-headless-table

Features

  • Support Pagination.
  • Support sorting on columns, easily custmized.
  • Support Filitering on columns, easily custmized.

TODOS

  • Add docs about usage.
  • Support Different kind of filters, can be custmized.

Usage

import React, { Component } from 'react'

import HeadlessTable from 'react-headless-table'

class Example extends Component {
  render () {
    return (
      <HeadlessTable />
    )
  }
}

License

Yes © [MIT](https://github.com/Mohammed Abulsoud)

About

Headless React Table Component with filtering, sorting, pagination, easily customized

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published