Review: 16/10/2024 1. Chk_sum.php : need to update 2 - Remove blank space and commented code AND ALSO REMOVE UNWANTED FILES-> access_conditions.php and " console.log()" code, "timeAry" variable (config_address.php) too 3 - If left filter opened and click on add button then add form is hidding by left filter. : Please fix this Fadly Screenshots - https://prnt.sc/Fvk5GqGlzdc_ 3. index.php: need to update 5. Why "function toggler() { }" this is here (on line no 93) -> Please remove this and toggler(checkbox) too line no 139 at .js file and config_address.php file 6. 1 - JS functions "pagination", "pagination_Check" and "reload_datatable" define 2 times (duplicate in config_address.php) why? (Screenshots - https://prnt.sc/CWtbKgZIvSeh, https://prnt.sc/gW9MFZnPL33b, https://prnt.sc/bdnAS2HBN9Qp, https://prnt.sc/dMuIYWRPz6Pj) -> Please remove duplicate function * Suggestion 9 Oct,2024 - File - config_address.php 1 - Can we move JS functions (pagination, pagination_Check, uncheck_all_hide_column, check_all_hide_column) in reps.JS -> no we have tried this but failed 2 - Can we use PHP array instead of declaring separate variables for each value in this file? (Screenshots - https://prnt.sc/CCEJ5O_D7-zT) Note - PHP arrays provide an efficient way to store and organize multiple values under a single variable name. Instead of declaring separate variables for each value, you can store them together in an array, making your code more concise and manageable 3 - Line number 80 Use form action like action="javascript:void(0);" instead of action="#" to prevent page reloads and maintain HTML standard. (Screenshots - https://prnt.sc/5m9QKPNldcFX) -> will try * Review 9 Oct,2024 - File - hide_show_col.php 1 - Write css class in a single line if possible -> will try 2 - Can we move "table_search", "DelayedSubmission_Check" and "search_clear" into reps.js -> will try