Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
39b883f
fix navigation conflict with SelectRange and Edit
azmy60 Jun 11, 2024
f169acd
blur editor after pressing next/prev
azmy60 Jun 11, 2024
f93fa3e
Merge branch 'master' into fix/nav-while-editing
azmy60 Oct 8, 2024
b57aef8
make it optional
azmy60 Oct 8, 2024
5743167
fix merge conflict
azmy60 Oct 8, 2024
d82e38d
refactor
azmy60 Jan 22, 2025
d22d4e5
dont subscribe to navigation events if SelectRange is enabled
azmy60 Mar 3, 2025
9738fbb
Merge branch 'master' into fix/nav-while-editing
azmy60 Mar 25, 2025
d83ff0f
refactor
azmy60 Mar 28, 2025
29c4bce
refactor
azmy60 Mar 28, 2025
6704d2d
Fix row data update workflow to properly trigger cells update events …
Aug 20, 2025
a47f898
fix dataree initializeRow: check parentNode before removing elements
akosfenyvesi Oct 8, 2025
cdbfcb7
Add setMaxHeight and setMinHeight functions
JakeBaumbaugh Oct 14, 2025
501594a
fix(rendering): optimize row height initialization in VirtualDomVertical
kunaljaykam Oct 28, 2025
6fd1d5c
Fix rowgroup roles on header/body.
andreanironi Jan 14, 2026
9a80c47
Merge pull request #4836 from andreanironi/fix-issue-4555
azmy60 Feb 5, 2026
4cbcd7a
Merge pull request #4516 from azmy60/fix/edit-and-selectrange-conflict
rathboma Feb 5, 2026
814958f
Merge branch 'master' into fix/nav-while-editing
azmy60 Feb 5, 2026
3ed553a
Merge pull request #4517 from azmy60/fix/nav-while-editing
azmy60 Feb 5, 2026
7312a12
Merge pull request #4814 from kunaljaykam/performance_patch
azmy60 Feb 20, 2026
a26a738
Merge pull request #4812 from JakeBaumbaugh/fix-issue-4224
azmy60 Feb 20, 2026
081caae
Merge pull request #4793 from Tyoneb/fix-issue-4723
azmy60 Feb 20, 2026
2fc812f
Merge pull request #4810 from eniaf/fix-datatree-initializerow
azmy60 Feb 20, 2026
17b4166
fix deprecated keyCode (#4787)
azmy60 Mar 6, 2026
72f7387
update copyright date
olifolkerd Mar 6, 2026
fe38eb7
update version to 6.4.0
olifolkerd Mar 6, 2026
2ba4463
Add custom datepicker cell editor module
rathboma Apr 8, 2026
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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2025 Oli Folkerd
Copyright (c) 2015-2026 Oli Folkerd

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tabulator",
"main": "dist/js/tabulator.js",
"version": "6.3.1",
"version": "6.4.0",
"description": "Interactive table generation JavaScript library",
"keywords": [
"table",
Expand Down
66 changes: 33 additions & 33 deletions dist/css/tabulator.css

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

2 changes: 1 addition & 1 deletion dist/css/tabulator.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/tabulator.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/tabulator.min.css.map

Large diffs are not rendered by default.

Loading