Skip to content

Commit

Permalink
SW-6160 Enable sticky filters on Console: Applications table (#3287)
Browse files Browse the repository at this point in the history
  • Loading branch information
constanzauanini authored Oct 22, 2024
1 parent fa18b59 commit 1bf34a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ const ApplicationList = () => {
id='accelerator-applications-table'
Renderer={ApplicationCellRenderer}
rows={applications}
stickyFilters={true}
/>
);
};
Expand Down

0 comments on commit 1bf34a6

Please sign in to comment.