GigaTables / reactables

GigaTables is a ReactJS plug-in to help web-developers process table-data in applications and CMS, CRM, ERP or similar systems.
MIT License
143 stars 30 forks source link

Can't make the gigatable-react align to the left of the screen #125

Closed jbp17 closed 5 years ago

jbp17 commented 6 years ago

I want to let gigatable align to the left of the screen, but it kept staying in the middle. How do I override the default setting and make it align to the left?

arthurkushman commented 6 years ago

Sorry for hesitation, u can do this by importing your own css and applying to whatever tag/class your need:

import './main.css'

you can see an example in main.js file.