Created by: abhishekakade
Description of PR
- Fixes the unnecessary district information being rendered on initial page load. Table will now render only the states information and will render districts information only when user clicks or taps on the state name/s.
- The number of DOM elements rendered on initial page load went down from 4800 to less than 1500.
- Will help reduce render time and main thread work load and overall performance.
Type of PR
-
Bugfix
Relevant Issues
Closes #1428 (closed)
Checklist
-
Compiles and passes lint tests -
Properly formatted -
Tested on desktop -
Tested on phone