Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bkunyun
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
Administrator
bkunyun
Commits
ea4a70a1
Commit
ea4a70a1
authored
Sep 20, 2022
by
chenshouchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nothing
parent
6556404f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
12 deletions
+10
-12
index.tsx
src/views/demo/MyTableDemo/index.tsx
+10
-12
No files found.
src/views/demo/MyTableDemo/index.tsx
View file @
ea4a70a1
...
@@ -117,27 +117,26 @@ const MyTableDemo = () => {
...
@@ -117,27 +117,26 @@ const MyTableDemo = () => {
{
{
id
:
"a"
,
id
:
"a"
,
label
:
"属性a"
,
label
:
"属性a"
,
width
:
"150"
,
width
:
150
,
},
},
{
{
id
:
"b"
,
id
:
"b"
,
label
:
"属性b"
,
label
:
"属性b"
,
width
:
"250"
,
width
:
150
,
},
},
{
{
id
:
"c"
,
id
:
"c"
,
label
:
"属性c"
,
label
:
"属性c"
,
width
:
"350"
,
width
:
150
,
},
},
{
{
id
:
"d"
,
id
:
"d"
,
label
:
"属性d"
,
label
:
"属性d"
,
width
:
"250"
,
},
},
{
{
id
:
"caozuo"
,
id
:
"caozuo"
,
label
:
"操作"
,
label
:
"操作"
,
width
:
"250"
,
width
:
150
,
},
},
];
];
...
@@ -145,13 +144,13 @@ const MyTableDemo = () => {
...
@@ -145,13 +144,13 @@ const MyTableDemo = () => {
{
{
id
:
"a"
,
id
:
"a"
,
label
:
"属性a"
,
label
:
"属性a"
,
width
:
"200"
,
width
:
200
,
showOverflowTooltip
:
true
,
showOverflowTooltip
:
true
,
},
},
{
{
id
:
"b"
,
id
:
"b"
,
label
:
"属性b"
,
label
:
"属性b"
,
width
:
"200"
,
width
:
200
,
},
},
{
{
id
:
"c"
,
id
:
"c"
,
...
@@ -161,7 +160,7 @@ const MyTableDemo = () => {
...
@@ -161,7 +160,7 @@ const MyTableDemo = () => {
{
{
id
:
"d"
,
id
:
"d"
,
label
:
"属性d"
,
label
:
"属性d"
,
width
:
"200"
,
width
:
200
,
},
},
];
];
...
@@ -169,24 +168,23 @@ const MyTableDemo = () => {
...
@@ -169,24 +168,23 @@ const MyTableDemo = () => {
{
{
id
:
"a"
,
id
:
"a"
,
label
:
"属性a"
,
label
:
"属性a"
,
width
:
"25%"
,
width
:
200
,
sort
:
true
,
sort
:
true
,
},
},
{
{
id
:
"b"
,
id
:
"b"
,
label
:
"属性b"
,
label
:
"属性b"
,
width
:
"25%"
,
width
:
200
,
sort
:
true
,
sort
:
true
,
},
},
{
{
id
:
"c"
,
id
:
"c"
,
label
:
"属性c"
,
label
:
"属性c"
,
width
:
"25%"
,
width
:
200
,
},
},
{
{
id
:
"d"
,
id
:
"d"
,
label
:
"属性d"
,
label
:
"属性d"
,
width
:
"25%"
,
},
},
];
];
...
...
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