Skip to content

feature: add 2 new inputs: disableSorting and disableMultipleSorting #61

@zvs96

Description

@zvs96

Need implement 2 new inputs like this.

<div class="example-container">
  <div *ngFor="let item of items"
       ngSortgridItem
       [disableSorting]="false"
       [disableMultipleSorting]="true"
       [ngSortGridItems]="items"
       (sorted)="logger($event)"
  >
    <div class="example-box">{{item}}</div>
  </div>
</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions