Unable to reorder columns
See original GitHub issueI’m submitting a … (check one with “x”)
[ ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior not reordering columns
Expected behavior When reorder is activated, it should be possible to reorder all columns.
Reproduction of the problem https://stackoverflow.com/questions/50982494/how-to-reorder-ngx-datatables-column-in-angular
What is the motivation / use case for changing the behavior? Better options for customization
Please tell us about your environment:
-
Table version: 0.8.x 12.0.0
-
Angular version: 2.0.x 6
-
Browser: Chrome 67.0.3396.87
-
Language: [all | TypeScript X.X | ES6/7 | ES5]
Issue Analytics
- State:
- Created 5 years ago
- Comments:9
Top Results From Across the Web
Unable to reorder columns on an Event List in SharePoint ...
I am trying to reorder the columns but there seems to be no option to do that. Does anyone know why or how...
Read more >Why can't I reorder my SQL Server columns? - Stack Overflow
Definitely you can. Uncheck this option in SQL Server Management Studio: Tools > Options > Designers > Prevent saving changes that require ...
Read more >Unable to reorder columns, even after selecting dnd.reorder
Summary: In the below Ojet table, unable to reorder the table columns in Live mode even after selecting dnd.reorder.
Read more >Lightning Report Builder doesn't allow the user to re-arrange ...
As soon as you drag the column header, the table scrolls to the right again, and you are not able to re-arrange the...
Read more >Why exactly doesn't PostgreSQL allow reordering the columns?
Why has nobody implemented column reordering? · Do it "on foot": BEGIN; CREATE TABLE tab_copy (col1 type1, col2 type2, ...); INSERT INTO tab_copy ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Afflicted187 I will try to solve it later on my project, will update if any success.
Having the same problem, just that it does not work for me in IE (11), works with FF/Chrome/Edge though. Strange enough the example works in IE, while it doesn’t here.
Apparently
OrderableDirective.isTarget
called inOrderableDirective.onDragEnd
does not return a target and won’t emit reorder.