Grouping and folding feature
const pivotPresets = {
cols: ['col1', 'col2'],
rows: ['col3'],
aggregatorName: "Integer Sum",
vals: ["val"],
rendererName: 'Table',
grouping: true
};
śr., 13 lip 2022 o 10:50 Bauyrzhan Yessetov @.***> napisał(a):
Hi @jjagielka https://github.com/jjagielka How to set group settings without a checkbox, by default
const pivotPresets = { cols: ['col1', 'col2'], rows: ['col3'], aggregatorName: "Integer Sum", vals: ["val"], rendererName: 'Table' };— Reply to this email directly, view it on GitHub https://github.com/plotly/react-pivottable/issues/153#issuecomment-1182948559, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABP5YDTCN7D6FZB2DOHS3PTVTZ7MRANCNFSM53NJ6MPA . You are receiving this because you were mentioned.Message ID: @.***>
In fact the PR lacks the documentations. You can find it here: https://github.com/jjagielka/pivottable-grouping
In fact the PR lacks the documentations. You can find it here: https://github.com/jjagielka/pivottable-grouping
Fine, thank you!