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

feat: branch table sorting #158

Merged
merged 2 commits into from
Mar 2, 2023
Merged

feat: branch table sorting #158

merged 2 commits into from
Mar 2, 2023

Conversation

chetannn
Copy link
Collaborator

@chetannn chetannn commented Mar 1, 2023

No description provided.

@chetannn chetannn requested a review from dahal March 1, 2023 08:53

interface FilterMenuProps<T extends RowData> {
filterType: "filter" | "sort";
options: any;
options: FilterOption[];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤩

@@ -21,7 +23,7 @@ export default function FilterMenu<T extends RowData>({
<Menu as="div" className="relative mr-6 hidden text-left sm:inline-block">
<div>
<Menu.Button className="group inline-flex justify-center text-sm font-medium text-light hover:text-lighter">
{buttonText}
{capitalizeText(buttonText)}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we already have lodash, lets use it.

@dahal dahal merged commit 66acb67 into main Mar 2, 2023
@dahal dahal deleted the feat/branch-table-sorting branch March 2, 2023 04:06
This was referenced Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants