reactjs - How to drag-n-drop TableHeaderColumn from material UI with react-dnd? -
how apply drag-n-drop functionality react-dnd library tableheadercolumn component material ui
the problem react-dnd not support custom tags , suggests wrap tableheadercolumn in div material ui not allow wrap table component in tag :(
i can't find examples theme
and answer - there no way react-dnd, @ least moment. i've ended using react-sortable-hoc works expected in pair material ui table elements.
Comments
Post a Comment