mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-09-01 18:35:24 +00:00
feat: search nested fields in tables
This commit is contained in:
@@ -19,6 +19,7 @@ export default function TableField({ data, tid, index }) {
|
||||
<Row gutter={6} className="hover-1 my-2">
|
||||
<Col span={7}>
|
||||
<Input
|
||||
id={`scroll_table_${tid}_input_${index}`}
|
||||
value={data.name}
|
||||
validateStatus={data.name.trim() === "" ? "error" : "default"}
|
||||
placeholder="Name"
|
||||
|
Reference in New Issue
Block a user