[Documentation] 需要介绍在按需加载时,如何加载搜索高亮
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
Documentation Title or Section
至少得有一个介绍在按需加载时,如何加载搜索高亮。
我目前发现将 ListTable 替换为 ListTableSimple 后,除了 registerMenu 必须要有(不然就算没用到任何右键菜单,也会报错 TypeError: MenuHandler2 is not a constructor ),其它功能除了搜索高亮都正常,也就是说我的基本用例可以用 ListTableSimple 满足,我希望继续使用 ListTableSimple,但还需要修复 搜索高亮 功能。
Issue Description or Suggestion
希望说明一下如何注册搜索高亮功能。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked search and Load_on_Demand guides, then compare the documented ListTable and ListTableSimple usage. Investigate how search highlighting is registered when using ListTableSimple, including the stated registerMenu requirement. Done means the documentation clearly explains the required registration steps and usage for search highlighting during on-demand loading.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100