Skip to content

Commit e4ea5cc

Browse files
committed
Review new search feature
1 parent 0791295 commit e4ea5cc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

data/luckysheet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ features:
3838
responsive: false
3939
rowGrouping: false
4040
rowSelection: true
41+
search: true
4142
serverSide: false
4243
sorting: true
4344
trees: false

lib/features.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const Features = {
5858
filtering: {
5959
title: "Filtering",
6060
description:
61-
"The library or interface has provisions for only showing rows that meet certain criteria.",
61+
"The library or interface has provisions for only showing rows that meet certain criteria. (Different from searching.)",
6262
important: false,
6363
},
6464
formulas: {
@@ -141,7 +141,8 @@ export const Features = {
141141
},
142142
search: {
143143
title: "Search",
144-
description: "Lets users search for text in the grid.",
144+
description:
145+
"Lets users search cells and jump to their location, and maybe replace values, too. (Different from filtering.)",
145146
important: false,
146147
},
147148
serverSide: {

0 commit comments

Comments
 (0)