feat(geoloc): add checkbox selection and French date format to geolocalisation tables
- Add select checkbox column to geolocalisation table heads
- Implement allSelected/toggleAll for bulk selection in list views
- Format dates to DD/MM/YYYY French format using dateFormat.split.date
- Add selectedRows and toggleRow props to table row components
Closes VSN-2163