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
When attempting to use the moveColumn() API in IgxGrid with the DropPosition enum, a compilation error occurs. This happens because DropPosition imports from an incorrect path:
Description
When attempting to use the
moveColumn()
API inIgxGrid
with theDropPosition
enum, a compilation error occurs. This happens becauseDropPosition
imports from an incorrect path:'igniteui-angular/lib/grids/moving/moving.service'
This leads to the following error:
[plugin:vite:import-analysis] Missing "./lib/grids/moving/moving.service" specifier in "igniteui-angular" package
Steps to Reproduce
IgxGrid
with columns.moveColumn()
method:Result
The application fails to compile due to a missing export path for moving.service.
Expected result
The moveColumn() API should work without errors, allowing columns to be repositioned dynamically using DropPosition.
Attachments
Available sample.
The text was updated successfully, but these errors were encountered: