Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Tia-dev
Project
Project
Details
Activity
Releases
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
Dida Adams Arizona
Tia-dev
Commits
ceac806f
Commit
ceac806f
authored
Jun 27, 2021
by
d.arizona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update exports
parent
aaca30d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
CustomTable.js
src/library/CustomTable.js
+9
-9
No files found.
src/library/CustomTable.js
View file @
ceac806f
...
...
@@ -3,7 +3,7 @@ import React from 'react';
var
mainColor
=
"#fff"
var
secondColor
=
"#f6f6f6"
export
s
.
customTable
=
function
()
{
export
function
customTable
()
{
return
{
typography
:
{
useNextVariants
:
true
,
...
...
@@ -230,7 +230,7 @@ exports.customTable = function () {
}
}
export
s
.
customTable2
=
function
()
{
export
function
customTable2
()
{
return
{
typography
:
{
useNextVariants
:
true
,
...
...
@@ -347,7 +347,7 @@ exports.customTable2 = function () {
}
}
export
s
.
customTable3
=
function
()
{
export
function
customTable3
()
{
return
{
typography
:
{
useNextVariants
:
true
,
...
...
@@ -484,7 +484,7 @@ exports.customTable3 = function () {
}
}
export
s
.
customTable4
=
function
()
{
export
function
customTable4
()
{
return
{
typography
:
{
useNextVariants
:
true
,
...
...
@@ -622,7 +622,7 @@ exports.customTable4 = function () {
}
}
export
s
.
customOptions
=
function
()
{
export
function
customOptions
()
{
return
{
// selectableRows: false,
selectableRows
:
'none'
,
...
...
@@ -639,7 +639,7 @@ exports.customOptions = function () {
}
}
export
s
.
customOptions2
=
function
()
{
export
function
customOptions2
()
{
return
{
// selectableRows: false,
selectableRows
:
'none'
,
...
...
@@ -653,7 +653,7 @@ exports.customOptions2 = function () {
}
}
export
s
.
customOptionsFixedColumn
=
function
()
{
export
function
customOptionsFixedColumn
()
{
return
{
// selectableRows: false,
selectableRows
:
'none'
,
...
...
@@ -671,7 +671,7 @@ exports.customOptionsFixedColumn = function () {
}
}
export
s
.
customOptionsManagementDocument
=
function
()
{
export
function
customOptionsManagementDocument
()
{
return
{
// selectableRows: false,
selectableRows
:
'none'
,
...
...
@@ -688,7 +688,7 @@ exports.customOptionsManagementDocument = function () {
}
}
export
s
.
customOptionsFixedColumnMonitoring
=
function
()
{
export
function
customOptionsFixedColumnMonitoring
()
{
return
{
selectableRows
:
false
,
selectableRows
:
'none'
,
...
...
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