You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My table have around 20 column and just 5 first column the drag to change order of column are working, I think that it's because of the scroll just the column that are in view port the first render are working
Steps to Reproduce (for bugs)
Put more than 10 column
The column that are in the middle the end the drag to change order doesn't working
Column Drag not working
Expected Behavior
All collumn drag order working well
Current Behavior
My table have around 20 column and just 5 first column the drag to change order of column are working, I think that it's because of the scroll just the column that are in view port the first render are working
Steps to Reproduce (for bugs)
Configuration
const tableOptions = { enableNestedDataAccess: '.', responsive: 'vertical', selectableRows: 'multiple', selectToolbarPlacement: 'none', selectableRowsOnClick: true, download: true, print: false, filter: false, search: false, viewColumns: false, draggableColumns: { enabled: true, transitionTime: 300, }, downloadOptions: { separator: ';', filename: 'Consulta Avançada.csv', filterOptions: { useDisplayedColumnsOnly: true, useDisplayedRowsOnly: true, }, }, }
The text was updated successfully, but these errors were encountered: