Custom Table Component
npm install --save @sikka/tawila
import React from 'react'
import { CustomTable } from '@sikka/tawila'
import '@sikka/tawila/dist/index.css' //Still in progress
const Example = () => {
return (
<CustomTable
// array of objects
rowData={[]}
// keys for columns
dataColumns={[]}
/>
)
}
To contribute, clone this github repository and run the development server on the /example
folder
- clone repository
git clone [email protected]:sikka-software/tawila.git
cd tawila
- run development server
npm run start
- edit index.js
git clone [email protected]:sikka-software/tawila.git
cd example
npm run start
MIT © SIKKA SOFTWARE