⚙️ Affiche la commune concernée dans le tableau des taux

pull/51/head
Laurent Bossavit 2017-10-01 16:24:55 +02:00
parent ad33bd4115
commit 198c17a19f
1 changed files with 7 additions and 0 deletions

View File

@ -641,6 +641,9 @@ export let mecanismSelection = (recurse,k,v) => {
return rewriteNode(node,nodeValue,explanation,collectMissing)
}
let indexOf = explanation => explanation.nodeValue ? R.findIndex(x => x['nomLaposte'] == explanation.nodeValue, R.values(taux_versement_transport)) : 0
let indexOffset = 8
let jsx = (nodeValue, explanation) =>
<Node
classes="mecanism"
@ -653,6 +656,10 @@ export let mecanismSelection = (recurse,k,v) => {
headerHeight={20}
rowHeight={30}
rowCount={R.values(taux_versement_transport).length}
scrollToIndex={indexOf(explanation)+indexOffset}
rowStyle={
({ index }) => index == indexOf(explanation) ? { fontWeight: "bold" } : {}
}
rowGetter={
({ index }) => {
// transformation de données un peu crade du fichier taux.json qui gagnerait à être un CSV