Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datatable: Add Typescript SortOrder constants #3327

Closed
melloware opened this issue Sep 15, 2022 · 0 comments · Fixed by #3328
Closed

Datatable: Add Typescript SortOrder constants #3327

melloware opened this issue Sep 15, 2022 · 0 comments · Fixed by #3328
Assignees
Labels
Core Team Issue or pull request has been *opened* by a member of Core Team Type: New Feature Issue contains a new feature or new component request Typescript Issue or pull request is *only* related to TypeScript definition
Milestone

Comments

@melloware
Copy link
Member

export const SortOrder = Object.freeze({
    DESC: -1,
    UNSORTED: 0,
    ASC: 1
});
@melloware melloware added the Typescript Issue or pull request is *only* related to TypeScript definition label Sep 15, 2022
@melloware melloware added this to the 8.6.0 milestone Sep 15, 2022
@melloware melloware self-assigned this Sep 15, 2022
@github-actions github-actions bot added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Sep 15, 2022
melloware added a commit to melloware/primereact that referenced this issue Sep 15, 2022
@melloware melloware added Core Team Issue or pull request has been *opened* by a member of Core Team and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Sep 15, 2022
@mertsincan mertsincan added the Type: New Feature Issue contains a new feature or new component request label Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Team Issue or pull request has been *opened* by a member of Core Team Type: New Feature Issue contains a new feature or new component request Typescript Issue or pull request is *only* related to TypeScript definition
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants