lgtm
This commit is contained in:
parent
982e0cc89c
commit
cfaf58dfba
44 changed files with 793 additions and 201 deletions
|
|
@ -150,8 +150,8 @@ export function useExportController({
|
|||
const params = new URLSearchParams();
|
||||
if (isListMode) {
|
||||
params.set('postcodes', postcodeList.join(','));
|
||||
// Pass the active filters so the export keeps its two sheets — "Selected"
|
||||
// (the filtered feature columns) and "All Data" — even in list mode. The
|
||||
// Pass the active filters so the export keeps its two sheets, "Selected"
|
||||
// (the filtered feature columns) and "All Data", even in list mode. The
|
||||
// server uses them only to pick columns; the supplied postcodes still
|
||||
// drive which rows appear.
|
||||
const filterStr = buildFilterString(filters, features);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue