Giter Site home page Giter Site logo

react-flextable's Introduction

react-flextable

Props

# data

  • type: Array

The data to be displayed in the table. Stored as an array of objects.

# fields

  • type: Array

The fields (columns) to be displayed in the table. Can be stored as an array of
strings or an array of Field objects.

# defaultSort

  • type: String | Array

Determines the default sorting order of the table. Can be stored as a single
field or an array of fields.

Field

# name

  • type: String

The name of the key to pull the data for this field.

# title

  • type: String | Element

The string to use as the title for the column. Can be provided as a string or React element.

# titleClass

  • type: String

Additional css classes to be applied to the title.

# dataClass

  • type: String

Additional css classes to be applied to the field.

# sortWith

  • type: String | Array

If specified the column becomes sortable using the provided values. If an array
is provided it will sort using all provided fields.

# grow

  • type: Number

If specified this value will override the default flex-flow value of 1.

# formatter

  • type: Function

A function that acts as a callback to format the field data.

# customData

  • type: Element

A React element to display instead of the data. If used it is provided the
current row and field as props to use within the custom element.

react-flextable's People

Watchers

Gary Murray avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.