Implement search
This commit is contained in:
@@ -12,6 +12,9 @@ ColumnLayout {
|
||||
spacing: Dimensions.l
|
||||
|
||||
SearchBar {
|
||||
onSubmitted: (query) => {
|
||||
applicantModel.searchQuery = query
|
||||
}
|
||||
}
|
||||
QuickFilter {
|
||||
model: ListModel {
|
||||
|
||||
Reference in New Issue
Block a user