Skip to content

Commit

Permalink
feat(grid): support highlight the cell which match the keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
minlovehua committed Dec 23, 2024
1 parent 22385ad commit d61a6e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/service/table.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ export class TableService {
};
});

keywords = computed(() => {
return this.activeView().settings?.keywords;
});

initData(views: AITableView[]) {
this.views = signal(views);
}
Expand Down

0 comments on commit d61a6e7

Please sign in to comment.