Closed appsciences closed 9 years ago
That's all custom CSS - it doesn't ship with reactable as I'd rather let people style things themselves. The stylesheet for the table on your linked page is here if you want something to base your styles off of.
Many thanks for clarification.
Hi @glittershark I am having troubles getting your css to work in my reactable. I am using webpack and importing the table.css
into my component .js file. I have also tried importing it into my main index.js
file which is my starting point for my react application. BTW, I am a complete beginner to React.
Up/down arrows do not appear for me in column headers for sorting (as in http://glittershark.github.io/reactable/), and the hover cursor is an edit cursor. Am I missing a css file (couldn't find any)?