jameacle09 / csileavemanagementsystem

Leave Management System for CSI with a Spring Boot backend and a React frontend.
8 stars 15 forks source link

New HTML Table Export to Excel and Logout button on the upper-right corner of page. #224

Closed netkiko closed 5 years ago

netkiko commented 5 years ago

-> New HTML Table Export to Excel ----Scrapped the use of react-html-table-to-excel npm package as it has many incompatibility issues with browsers such as IE11 and Edge ----Re-coded the Exporting of HTML Table to Excel without use of any npm package. ----Added borders on extracted Excel report. ----Export functionality is now compatible to all Browsers (eg. IE11, Edge, Opera, Chrome, Firefox)

-> Added Logout button and functionality on the upper-right corner of page. ----Adjusted the Header Title and Logout button on bigger and smaller devices. ----This also resolved issue with unclickable Sidebar Toggle button on non-Chrome browsers on small devices.