Skip to content

Commit f406139

Browse files
947756: Need to remove the browser scroller for organization and myteam grid
1 parent 7aac1f1 commit f406139

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Employee_Managment_App/src/components/Employees.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ const Employees = (props?: { employeeData?: EmployeeDetails; userInfo?: Employee
127127
pageSettings={{ pageCount: 4, pageSize: 15 }}
128128
allowExcelExport={true}
129129
width={'100%'}
130+
height={'100%'}
130131
allowGrouping={true}
131132
groupSettings={{ enableLazyLoading: true }}
132133
toolbar={toolbar}

0 commit comments

Comments
 (0)