Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenshaokai
jinfa-platform
Commits
8631a7dc
Commit
8631a7dc
authored
Jul 16, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 修改类型声明后缀
parent
04919f7e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
EditableCellTable.tsx
src/components/PolymericTable/EditableCellTable.tsx
+1
-4
interface.ts
src/components/PolymericTable/interface.ts
+2
-2
No files found.
src/components/PolymericTable/EditableCellTable.tsx
View file @
8631a7dc
...
...
@@ -2,16 +2,13 @@
* @Author: XieZhiXiong
* @Date: 2020-08-20 16:15:59
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-07-16 14:
27:55
* @LastEditTime: 2021-07-16 14:
30:20
* @Description: 基于 NormalTable 简单的可编辑列 Table
*/
import
React
,
{
useContext
,
useState
,
useEffect
,
useRef
}
from
'react'
;
import
{
Card
,
Input
,
Button
,
Form
,
message
,
}
from
'antd'
;
import
{
NormalTableProps
,
EditableCellProps
}
from
'./interface'
;
import
NormalTable
from
'./NormalTable'
;
...
...
src/components/PolymericTable/interface.
d.
ts
→
src/components/PolymericTable/interface.ts
View file @
8631a7dc
...
...
@@ -2,10 +2,10 @@
* @Author: XieZhiXiong
* @Date: 2020-08-21 11:13:55
* @LastEditors: XieZhiXiong
* @LastEditTime: 202
0-08-25 10:05:19
* @LastEditTime: 202
1-07-16 14:29:47
* @Description:
*/
import
{
TableProps
,
TablePaginationConfig
,
ColumnType
}
from
'antd/lib/table'
;
import
{
TableProps
,
ColumnType
}
from
'antd/lib/table'
;
import
{
PaginationProps
}
from
'antd/lib/pagination'
;
import
{
SearchFormIProps
}
from
'./SearchForm'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment