always keep collections in filtered watch views; add add-new-row capability to watch collection expansion & hook up with expansion ids

This commit is contained in:
Ryan Fleury
2024-09-26 15:36:22 -07:00
parent d314a12698
commit 2fdfeec467
2 changed files with 38 additions and 9 deletions
@@ -166,6 +166,7 @@ struct EV_ExpandInfo
void *user_data;
U64 row_count;
B32 single_item; // all rows form a single "item" - a singular, but large, row
B32 add_new_row; // also supports an 'add new row', as the final row, within `row_count`
};
typedef struct EV_ExpandRangeInfo EV_ExpandRangeInfo;