Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mytime
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
Narendar Vakiti
mytime
Commits
551f2d60
Unverified
Commit
551f2d60
authored
Jul 11, 2018
by
rsayannagari-nisum-com
Committed by
GitHub
Jul 11, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12 from nisum-inc/feature/MT-76_Alignment_of_text
MT-76_Alignment of text in the column, wrap text..
parents
858b9229
f3c3cd2e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
3 deletions
+18
-3
ProjectTeamController.js
src/main/webapp/WEB-INF/controllers/ProjectTeamController.js
+2
-2
user-profile.css
src/main/webapp/WEB-INF/css/user-profile.css
+16
-1
No files found.
src/main/webapp/WEB-INF/controllers/ProjectTeamController.js
View file @
551f2d60
...
...
@@ -46,7 +46,7 @@ myApp.controller("projectTeamController",function($scope, myFactory, $mdDialog,
},
columnDefs
:
[
{
field
:
'employeeId'
,
displayName
:
'Employee ID
eeee'
,
enableColumnMenu
:
true
,
enableSorting
:
true
,
width
:
10
0
,
enableFiltering
:
false
},
{
field
:
'employeeId'
,
displayName
:
'Employee ID
'
,
enableColumnMenu
:
true
,
enableSorting
:
true
,
width
:
12
0
,
enableFiltering
:
false
},
{
field
:
'employeeName'
,
displayName
:
'Name'
,
enableColumnMenu
:
false
,
enableSorting
:
false
,
enableCellEdit
:
true
,
enableFiltering
:
false
},
{
field
:
'mobileNumber'
,
displayName
:
'Mobile No'
,
enableColumnMenu
:
false
,
enableSorting
:
false
,
width
:
100
,
enableFiltering
:
false
},
{
field
:
'billableStatus'
,
displayName
:
'Billability'
,
enableColumnMenu
:
false
,
cellTemplate
:
getCellTemplateBillable
,
enableSorting
:
true
,
width
:
100
,
enableFiltering
:
false
},
...
...
@@ -384,7 +384,7 @@ myApp.controller("projectTeamController",function($scope, myFactory, $mdDialog,
pageSize
:
10
,
columnDefs
:
[
{
field
:
'employeeId'
,
displayName
:
'Employee ID'
,
enableColumnMenu
:
true
,
enableSorting
:
true
,
width
:
120
},
{
field
:
'employeeName'
,
displayName
:
'Name'
,
enableColumnMenu
:
false
,
enableSorting
:
false
},
{
field
:
'employeeName'
,
displayName
:
'Name'
,
enableColumnMenu
:
false
,
enableSorting
:
false
},
{
field
:
'emailId'
,
displayName
:
'Email'
,
enableColumnMenu
:
false
,
enableSorting
:
false
},
{
field
:
'mobileNumber'
,
displayName
:
'Mobile No'
,
enableColumnMenu
:
false
,
enableSorting
:
false
,
width
:
100
},
{
field
:
'billableStatus'
,
displayName
:
'Billability'
,
enableColumnMenu
:
false
,
enableSorting
:
false
},
...
...
src/main/webapp/WEB-INF/css/user-profile.css
View file @
551f2d60
...
...
@@ -74,3 +74,18 @@
background-color
:
green
!important
;
font-weight
:
bold
;
}
[
ui-grid-row
]
{
display
:
table-row
;
}
.ui-grid-row
,
.ui-grid-cell
{
height
:
auto
!important
;
}
.ui-grid-cell
{
float
:
none
;
display
:
table-cell
;
}
.ui-grid-cell-contents
{
/* white-space: normal; */
padding
:
2px
;
word-break
:
break-word
;
}
\ No newline at end of file
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