Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
08c6c73
chore: update devDependencies and add new scripts in package.json
bruian Jun 26, 2025
80b0885
chore: rebuild library after bump versions
bruian Jun 26, 2025
a484052
Implement code changes to enhance functionality and improve performance
bruian Sep 2, 2025
2a4c935
build: Implement code changes to enhance functionality and improve pe…
bruian Sep 2, 2025
1e9cbf3
Refactor pivot table options to support lifecycle callbacks and progr…
bruian Sep 3, 2025
a382e14
Refactor pivot table rendering to improve column width synchronizatio…
bruian Sep 3, 2025
86c2e2f
Enhance pivot table height management with autoHeight option
bruian Sep 3, 2025
da2d80f
Enhance virtualization support in pivot table
bruian Sep 3, 2025
d4c13e7
bugfix: lifecycle callback invocation in pivot.coffee to use opts.lif…
bruian Sep 23, 2025
3f100e9
bugfix: virtualization check in pivot.coffee
bruian Sep 23, 2025
c177b6d
Fix virtualization check in pivot rendering logic
bruian Sep 23, 2025
1ac7e0a
Add estimated visible rows calculation for virtualization in pivot table
bruian Sep 24, 2025
518a785
Add estimated visible rows calculation for virtualized tables
bruian Sep 24, 2025
3201b92
Fix rendering aborted message to return a DOM element instead of jQue…
bruian Sep 24, 2025
10aa5eb
Add force refresh option and improve abort handling in pivot table re…
bruian Sep 24, 2025
5a78e90
Hide refresh button when rendering is not aborted and show it when re…
bruian Sep 24, 2025
1aba19e
Refactor pivot.coffee to initialize abortMessage variable
bruian Sep 24, 2025
78cc77c
Update abort message to clarify rendering process and potential inter…
bruian Sep 24, 2025
dd50951
Refactor virtualization logic in pivot.coffee
bruian Sep 24, 2025
454b600
Add estimatedVisibleRows to metadata in pivot.coffee
bruian Sep 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 20 additions & 15 deletions dist/c3_renderers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/c3_renderers.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/c3_renderers.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/c3_renderers.min.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions dist/d3_renderers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading