Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AppUms_Lecturer
Overview
Overview
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
tungnq
AppUms_Lecturer
Commits
6c9b806c
Commit
6c9b806c
authored
Sep 09, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Đã hoàn thiện xong giao diện bảng có chức năng switch
parent
122d682e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
6 deletions
+26
-6
style.js
src/screens/roll_call/list_student_roll_call/style.js
+11
-1
view.js
src/screens/roll_call/list_student_roll_call/view.js
+15
-5
No files found.
src/screens/roll_call/list_student_roll_call/style.js
View file @
6c9b806c
...
...
@@ -56,8 +56,18 @@ const styles = StyleSheet.create({
flexDirection
:
'row'
,
backgroundColor
:
R
.
colors
.
blue2
,
height
:
50
,
},
headerCell
:
{
height
:
50
,
paddingVertical
:
12
,
paddingHorizontal
:
8
,
paddingHorizontal
:
4
,
borderRightWidth
:
1
,
borderRightColor
:
R
.
colors
.
gray3
,
borderBottomWidth
:
1
,
borderBottomColor
:
R
.
colors
.
gray3
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
backgroundColor
:
R
.
colors
.
blue2
,
},
headerText
:
{
fontSize
:
12
,
...
...
src/screens/roll_call/list_student_roll_call/view.js
View file @
6c9b806c
...
...
@@ -55,11 +55,21 @@ const ListStudentRollCallView = props => {
const
renderTableHeader
=
()
=>
(
<
View
style
=
{
styles
.
tableHeader
}
>
<
Text
style
=
{[
styles
.
headerText
,
styles
.
codeColumn
]}
>
M
ã
sv
<
/Text
>
<
Text
style
=
{[
styles
.
headerText
,
styles
.
nameColumn
]}
>
H
ọ
v
à
t
ê
n
<
/Text
>
<
Text
style
=
{[
styles
.
headerText
,
styles
.
dateColumn
]}
>
Ng
à
y
h
ọ
c
<
/Text
>
<
Text
style
=
{[
styles
.
headerText
,
styles
.
statusColumn
]}
>
Tr
ạ
ng
th
á
i
<
/Text
>
<
Text
style
=
{[
styles
.
headerText
,
styles
.
noteColumn
]}
>
Ghi
ch
ú
<
/Text
>
<
View
style
=
{[
styles
.
headerCell
,
styles
.
codeColumn
]}
>
<
Text
style
=
{
styles
.
headerText
}
>
M
ã
sv
<
/Text
>
<
/View
>
<
View
style
=
{[
styles
.
headerCell
,
styles
.
nameColumn
]}
>
<
Text
style
=
{
styles
.
headerText
}
>
H
ọ
v
à
t
ê
n
<
/Text
>
<
/View
>
<
View
style
=
{[
styles
.
headerCell
,
styles
.
dateColumn
]}
>
<
Text
style
=
{
styles
.
headerText
}
>
Ng
à
y
h
ọ
c
<
/Text
>
<
/View
>
<
View
style
=
{[
styles
.
headerCell
,
styles
.
statusColumn
]}
>
<
Text
style
=
{
styles
.
headerText
}
>
Tr
ạ
ng
th
á
i
<
/Text
>
<
/View
>
<
View
style
=
{[
styles
.
headerCell
,
styles
.
noteColumn
]}
>
<
Text
style
=
{
styles
.
headerText
}
>
Ghi
ch
ú
<
/Text
>
<
/View
>
<
/View
>
);
...
...
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