This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
alex
/
PNSPS-frontend-MaterialUI
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
hidden row count when grid selection mode = single
master
Anna Ho
пре 1 година
родитељ
f8e5a94f61
комит
7514e2699c
9 измењених фајлова
са
9 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/components/FileList.js
+1
-0
src/pages/OrganizationSearchPage/OrganizationTable.js
+1
-0
src/pages/PublicNotice/ListPanel/BaseGrid.js
+1
-0
src/pages/PublicNotice/ListPanel/SearchPublicNoticeTable.js
+1
-0
src/pages/PublicNoticeSearch_GLD/DataGrid.js
+1
-0
src/pages/pnspsUserGroupSearchPage/UserGroupTable.js
+1
-0
src/pages/pnspsUserSearchPage/UserTable.js
+1
-0
src/pages/pnspsUserSearchPage_Individual/UserTable_Individual.js
+1
-0
src/pages/pnspsUserSearchPage_Organization/UserTable_Organization.js
+ 1
- 0
src/components/FileList.js
Прегледај датотеку
@@ -137,6 +137,7 @@ export default function FileList({refType, refId, allowDelete, sx}) {
return (
<div style={{height: 400, width: '100%'}}>
<DataGrid
hideFooterSelectedRowCount={true}
sx={sx}
rows={rows}
columns={columns}
+ 1
- 0
src/pages/OrganizationSearchPage/OrganizationTable.js
Прегледај датотеку
@@ -88,6 +88,7 @@ export default function OrganizationTable({recordList}) {
return (
<div style={{height: 400, width: '100%'}}>
<DataGrid
hideFooterSelectedRowCount={true}
rows={rows}
columns={columns}
editMode="row"
+ 1
- 0
src/pages/PublicNotice/ListPanel/BaseGrid.js
Прегледај датотеку
@@ -90,6 +90,7 @@ export default function BaseGrid({rows}) {
return (
<div style={{height: 400, width: '100%', padding: 4}}>
<DataGrid
hideFooterSelectedRowCount={true}
rows={rows}
columns={columns}
editMode="row"
+ 1
- 0
src/pages/PublicNotice/ListPanel/SearchPublicNoticeTable.js
Прегледај датотеку
@@ -99,6 +99,7 @@ export default function SearchPublicNoticeTable({ recordList }) {
<div style={{ height: 400, width: '100%' }}>
<DataGrid
hideFooterSelectedRowCount={true}
rows={rows}
columns={columns}
editMode="row"
+ 1
- 0
src/pages/PublicNoticeSearch_GLD/DataGrid.js
Прегледај датотеку
@@ -101,6 +101,7 @@ export default function SearchPublicNoticeTable({ recordList }) {
<div style={{ height: 400, width: '100%' }}>
<DataGrid
hideFooterSelectedRowCount={true}
rows={rows}
columns={columns}
editMode="row"
+ 1
- 0
src/pages/pnspsUserGroupSearchPage/UserGroupTable.js
Прегледај датотеку
@@ -58,6 +58,7 @@ export default function UserGroupTable({recordList}) {
return (
<div style={{height: 400, width: '100%'}}>
<DataGrid
hideFooterSelectedRowCount={true}
rows={rows}
columns={columns}
editMode="row"
+ 1
- 0
src/pages/pnspsUserSearchPage/UserTable.js
Прегледај датотеку
@@ -127,6 +127,7 @@ export default function UserTable({recordList,setChangeLocked}) {
return (
<div style={{height: 400, width: '100%'}}>
<DataGrid
hideFooterSelectedRowCount={true}
rows={rows}
columns={columns}
editMode="row"
+ 1
- 0
src/pages/pnspsUserSearchPage_Individual/UserTable_Individual.js
Прегледај датотеку
@@ -136,6 +136,7 @@ export default function UserTable_Individual({recordList}) {
<div style={{height: 400, width: '100%'}}>
<DataGrid
hideFooterSelectedRowCount={true}
rows={rows}
columns={columns}
editMode="row"
+ 1
- 0
src/pages/pnspsUserSearchPage_Organization/UserTable_Organization.js
Прегледај датотеку
@@ -129,6 +129,7 @@ export default function UserTable_Organization({recordList}) {
return (
<div style={{height: 400, width: '100%'}}>
<DataGrid
hideFooterSelectedRowCount={true}
rows={rows}
columns={columns}
editMode="row"
Write
Preview
Loading…
Откажи
Сачувај