Skip to content

Commit

Permalink
Merge pull request #39 from EdwinBetanc0urt/feature/filter-column-nam…
Browse files Browse the repository at this point in the history
…e-sort-tab

feat: Add filter record `ColumnName` to Sort Tab.
  • Loading branch information
yamelsenih authored Jun 20, 2024
2 parents b38d04f + c0d9c88 commit 4ff9e70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ pub struct WindowTab {
pub is_sort_tab: Option<bool>,
pub sort_order_column_name: Option<String>,
pub sort_yes_no_column_name: Option<String>,
pub filter_column_name: Option<String>,
// External info
pub context_column_names: Option<Vec<String>>,
pub window_id: Option<i32>,
Expand Down

0 comments on commit 4ff9e70

Please sign in to comment.