367 Commits

Author SHA1 Message Date
Ejaaz Khan
6d381d8f6b test: fix failing tests 2025-02-19 17:40:17 +05:30
Ejaaz Khan
f1c2cd916c feat: add support for sticky columns 2025-02-19 16:04:59 +05:30
Soham Kulkarni
f05049c67a
fix: add abiltiy to copy total row (#204) v1.17.18 2025-02-06 19:45:03 +05:30
Smit Vora
ba9814228d
fix: reset the footer to ensure old totals are cleared (#202) v1.17.17 2025-02-06 14:43:14 +05:30
Faris Ansari
4b124f0b1d
chore: simplify usage section 2024-12-12 20:36:13 +05:30
Faris Ansari
9193fd9b06
Update README.md (#201) 2024-12-12 16:14:54 +05:30
Ankush Menat
ecc660ed68
fix: inline filter with html chars (#198)
Filtering with `&` doesn't work because it gets escaped in HTML.
v1.17.16
2024-04-17 19:02:02 +05:30
Ankush Menat
bed2708bd5
perf: rendering large data (#197)
visibleRowIndices.includes is major culprit in rendering data table.
This is because for every row it does this computation, so instead of
O(N) operation it becomes O(N^2)
v1.17.15
2024-03-13 17:40:57 +05:30
Shariq Ansari
dbde62ce40
Merge pull request #194 from RitvikSardana/develop-ritvik-rowWidth-fix
fix: row width fix to remove unnecessary scroll bar
v1.17.14
2024-01-08 15:14:16 +05:30
RitvikSardana
fb465579a0 fix: row width fix to remove unnecessary scroll bar 2024-01-08 15:04:58 +05:30
Shariq Ansari
cca14e09eb
Merge pull request #192 from shariquerik/minor-fix-4
fix: store all data and data in separately
v1.17.13
2024-01-03 14:55:10 +05:30
Shariq Ansari
dc09e1d1b2 fix: store all data and data in separately 2024-01-03 14:53:36 +05:30
Shariq Ansari
007ec69609
Merge pull request #191 from shariquerik/minor-fix-3
fix: minor fix
v1.17.12
2024-01-03 14:29:05 +05:30
Shariq Ansari
e209ec2ed0 fix: minor fix 2024-01-03 14:27:19 +05:30
Shariq Ansari
89926b680c
Merge pull request #190 from shariquerik/minor-fix-2
fix: minor fix
2024-01-03 14:21:58 +05:30
Shariq Ansari
bbb4eb1f7e
Merge branch 'master' into minor-fix-2 2024-01-03 14:21:49 +05:30
Shariq Ansari
b0e6261285 fix: minor fix 2024-01-03 14:20:01 +05:30
Shariq Ansari
89d3149695
Merge pull request #189 from shariquerik/chore-1
chore: condition fix
2024-01-03 14:13:23 +05:30
Shariq Ansari
497d420ef6 chore: condition fix 2024-01-03 14:12:27 +05:30
Shariq Ansari
f46e7142b7
Merge pull request #188 from shariquerik/load-data
fix: load cell data from data list
v1.17.11
2024-01-03 14:06:30 +05:30
Shariq Ansari
04a0202fc3 fix: load cell data from data list 2024-01-03 14:05:49 +05:30
Saqib Ansari
dfbd98a502
chore: fix linter v1.17.10 2024-01-02 12:24:06 +05:30
Saqib Ansari
ae07ce3712
Merge pull request #187 from frappe/nextchamp-saqib-patch-1
fix: `data` is undefined
2024-01-02 12:20:52 +05:30
Saqib Ansari
b3ff486934
fix: data is undefined 2024-01-02 12:17:50 +05:30
Shariq Ansari
98835d8d59 chore: linter fix v1.17.9 2023-12-21 14:16:28 +05:30
Shariq Ansari
1979641623
Merge pull request #186 from shariquerik/send-data-to-formatter2
fix: getdata from datamanager if data is datamanager object
2023-12-21 14:08:38 +05:30
Shariq Ansari
b8a1af27d2 fix: getdata from datamanager if data is datamanager object 2023-12-21 14:08:12 +05:30
Shariq Ansari
f0044603a1
Merge pull request #185 from shariquerik/send-data-to-formatter1
fix: send data of that cell to formatter
v1.17.8
2023-12-21 13:39:16 +05:30
Shariq Ansari
49cc051392 fix: send data of that cell to formatter 2023-12-21 13:38:31 +05:30
Shariq Ansari
d29615bca9
Merge pull request #184 from shariquerik/send-data-to-formatter
fix: send data to formatter
v1.17.7
2023-12-21 13:28:43 +05:30
Shariq Ansari
48d5b97e55 fix: send data to formatter 2023-12-21 13:27:43 +05:30
Shariq Ansari
8f074a80c2
Merge pull request #183 from shariquerik/filter-row-pass-data
fix: pass data as second parameter to filterMethod
v1.17.6
2023-12-21 13:20:14 +05:30
Shariq Ansari
2c36123663 fix: pass data as second parameter to filterMethod 2023-12-21 13:19:34 +05:30
Shariq Ansari
50b44bfb09
fix: added dataManager in filterRows function 2023-12-21 13:13:41 +05:30
Shariq Ansari
6d29880fb7
Merge pull request #182 from shariquerik/pass-filter-instead-of-true
fix: pass filter instead of true
v1.17.5
2023-12-07 19:18:37 +05:30
Shariq Ansari
739182562a fix: pass filter instead of true 2023-12-07 19:14:10 +05:30
Faris Ansari
b21e547794
fix: appendRows bug (#181)
Co-authored-by: ArunMuthuram <65416680+ArunMuthuram@users.noreply.github.com>
v1.17.4
2023-11-21 13:24:35 +05:30
Suraj Shetty
7ee8ca9304
fix: 🐛 Apply range filter only for numbers (#176) v1.17.3 2023-09-11 13:05:09 +05:30
Matheo D
17cddc05f1
chore: remove .DS_STORE file (#165) 2023-06-17 21:21:19 +05:30
Shariq Ansari
ddb2dd3986
Merge pull request #169 from frappe/filter-with-content-value v1.17.2 2023-03-03 11:43:15 +05:30
Shariq Ansari
71272f8f9e
fix: get content value for specific fieldtypes 2023-03-03 11:33:03 +05:30
Shariq Ansari
6c79a19b29
fix: escape html to get tooltip text (#167) v1.17.1 2023-01-25 18:37:24 +05:30
Shariq Ansari
f990c1ff87
Merge pull request #161 from JulioJair/feature/rowmanager/check-all-filtered v1.17.0 2023-01-25 17:13:03 +05:30
Shariq Ansari
4f07f5fe4e
Merge pull request #166 from shariquerik/dt-cell-tooltip v1.16.6 2023-01-25 17:09:42 +05:30
Shariq Ansari
0b1ce23a33 fix: show datatable cell content in tooltip on hover 2023-01-25 16:53:34 +05:30
Julio de Alba
aa3f3be67f feat: 🎸 check all filtered rows
When datatable has filters applied, and the "check all" is used, it will
check only the rows that match the filters.
2022-09-22 07:07:20 -05:00
Shariq Ansari
eda1540f3b
Merge pull request #158 from phot0n/fix-filter-custom-formatter v1.16.5 2022-06-10 14:28:22 +05:30
phot0n
430d7cfe48 fix: use custom formatter when filtering rows
As datatable renders only some rows at a time and sets each
cell's html property based on that rendering, so when someone
filters things and only looks at some rows without scrolling the whole
grid and tries to filter things (when there is a custom cell formatter),
they won't be able to see the data as the filtering is done based on cell's
content not html (as it's not set at that point)
2022-06-10 11:51:11 +05:30
Shariq Ansari
b4428639cb
Merge pull request #157 from shariquerik/keyboard-integration-fix v1.16.4 2022-06-08 19:57:17 +05:30
Shariq Ansari
d6a6c16fdf chore: minor fix 2022-06-08 19:51:19 +05:30