glittershark / reactable

Fast, flexible, and simple data tables in React
glittershark.github.io/reactable
MIT License
1.51k stars 222 forks source link

Can't seem to get up/down arrows and the right cursor to appear on column headers for sorting. #105

Closed appsciences closed 9 years ago

appsciences commented 9 years ago

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)?

glittershark commented 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.

glittershark commented 9 years ago

Btw, the arrows are here and here :smile:

appsciences commented 9 years ago

Many thanks for clarification.

Dashman99 commented 7 years ago

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.