angular icon indicating copy to clipboard operation
angular copied to clipboard

[Question] How to Enable Formio-grid Column Filtering & Sorting

Open potandpornstarsdev opened this issue 4 years ago • 1 comments

Hi Everyone,

We are trying to use the formio-grid with the enableFiltering: true option set in the component but it has not effect.

Looking at the @angular/formio grid package I do not see the gridOptions property on the interface.

What is the proper way to enable filtering across all the columns? Here is the element configuration we are using. with Angular 11.

<formio-grid src="{{ config.appUrl }}/dataupdate/" createText="New Update" (rowSelect)="onSelect($event)" (createItem)="onCreateItem()" gridOptions="{'enableFiltering': true}"

potandpornstarsdev avatar Jun 03 '21 09:06 potandpornstarsdev

we are trying to get column filtering and sorting enabled as well to no avail. Has anyone been able to pass the gridOptions to the ui-grid within the component class? The formio-grid docs are for angularjs and it appears to be a different implementation as the @formio/angular library. Any help would be great!

brandlighting avatar Jun 03 '21 15:06 brandlighting

We're currently addressing a backlog of GitHub issues, and as part of this effort, some inactive issues may be marked as closed. This isn't a dismissal, but a step toward more efficient tracking.

If you feel the issue is still relevant, please re-open and we'll ensure it gets the attention it deserves. Your understanding is appreciated as we work to enhance our open-source responsiveness.

lane-formio avatar Feb 07 '24 14:02 lane-formio