patricktran / react-table-hoc-draggable-columns

ReactTable HOC for draggable columns
https://patricktran.github.io/react-table-hoc-draggable-columns/
MIT License
28 stars 24 forks source link

Can't reorder columns then some columns hidden. #8

Closed NikolaevRoman closed 4 years ago

NikolaevRoman commented 4 years ago

Hi, I got error. I can't normally drag'n'drop columns then some columns hidden.

patricktran commented 4 years ago

Hi @NikolaevRoman

You forgot to include the custom css: import 'react-table-hoc-draggable-columns/dist/styles.css';

Here is a forked example: https://codesandbox.io/s/stoic-cloud-6izj9

NikolaevRoman commented 4 years ago

Hi, @patricktran I saw your example. But if I set prop "show:false" for any column, I can't drag'n'drop columns normally. Example based on your's: https://codesandbox.io/s/stoic-ives-g9oc2?file=/src/App.js Demonstration: 2020-04-07-09-39-13

patricktran commented 4 years ago

@NikolaevRoman Thanks, I will look into this issue

patricktran commented 4 years ago

@NikolaevRoman Updated the package. Please try with version 1.2.3

NikolaevRoman commented 4 years ago

Hi, @patricktran Check version 1.2.3. All work fine. Thanks.