jjagielka
jjagielka
ad 1. Subtotal is code of 700 lines while me is around 20 added to the main code. My version - introduces a compact layout i.e. rows are displayed in...
**Rows and columns folding.** Now you can fold/expand rows and columns in all combinations: rows (above or below) and cols (before or after) the child data. You can as well...
There's no issue of creating your own version of Http.Error and extend the handling of missing 400 - body responses. The problem is with usage of third party packages like...
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): >...
In fact the PR lacks the documentations. You can find it here: https://github.com/jjagielka/pivottable-grouping
Why is that bug? Modal is full screen and does not require scrolling.
Removing the line `body.style.overflow = 'hidden'` will keep the scrollbar (if present) and will keep the possibility of scrolling the main content in the background of the modal, which would...
Those are two different cases: - scrolling within modal if its content is too big - scrollbar attached to modal - blocking the scrolling of the document body while not...
I have uploaded the PR to manage the internal scrolling in the modal (case 1) As for the document body scrollbars I stay tuned for the proposal of the solution.
OK. I think I got that. PR updated with the background scrolling blocked. In the `modal.md` docs I have added the section at the end to test that scrolling. Please...