Smit Vora
ba9814228d
fix: reset the footer to ensure old totals are cleared ( #202 )
2025-02-06 14:43:14 +05:30
Ankush Menat
ecc660ed68
fix: inline filter with html chars ( #198 )
...
Filtering with `&` doesn't work because it gets escaped in HTML.
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)
2024-03-13 17:40:57 +05:30
RitvikSardana
fb465579a0
fix: row width fix to remove unnecessary scroll bar
2024-01-08 15:04:58 +05:30
Shariq Ansari
dc09e1d1b2
fix: store all data and data in separately
2024-01-03 14:53:36 +05:30
Shariq Ansari
e209ec2ed0
fix: minor fix
2024-01-03 14:27:19 +05:30
Shariq Ansari
b0e6261285
fix: minor fix
2024-01-03 14:20:01 +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
2024-01-02 12:24:06 +05:30
Saqib Ansari
b3ff486934
fix: data is undefined
2024-01-02 12:17:50 +05:30
Shariq Ansari
98835d8d59
chore: linter fix
2023-12-21 14:16:28 +05:30
Shariq Ansari
b8a1af27d2
fix: getdata from datamanager if data is datamanager object
2023-12-21 14:08:12 +05:30
Shariq Ansari
49cc051392
fix: send data of that cell to formatter
2023-12-21 13:38:31 +05:30
Shariq Ansari
48d5b97e55
fix: send data to formatter
2023-12-21 13:27:43 +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
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>
2023-11-21 13:24:35 +05:30
Suraj Shetty
7ee8ca9304
fix: 🐛 Apply range filter only for numbers ( #176 )
2023-09-11 13:05:09 +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 )
2023-01-25 18:37:24 +05:30
Shariq Ansari
f990c1ff87
Merge pull request #161 from JulioJair/feature/rowmanager/check-all-filtered
2023-01-25 17:13:03 +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
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
2022-06-08 19:57:17 +05:30
Shariq Ansari
d6a6c16fdf
chore: minor fix
2022-06-08 19:51:19 +05:30
Shariq Ansari
42a236d9c8
fix: use left, right, up, down keys while editing cell value
2022-06-08 19:11:57 +05:30
Shariq Ansari
d2c4e21cca
fix: Dont save if value is same
2022-06-08 19:10:41 +05:30
Shariq Ansari
5db24187e6
Merge branch 'master' into add-tooltip-on-filter
2022-01-27 12:51:06 +05:30
Faris Ansari
95a239963c
fix: column resizing in rtl direction
2022-01-17 16:38:49 +05:30
Himanshu
6d6602f202
feat: translations ( #145 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
Co-authored-by: Faris Ansari <netchamp.faris@gmail.com>
2022-01-03 18:41:52 +05:30
Shariq Ansari
88a361f053
fix: Adding tooltip on filter inputs
2021-09-28 13:43:59 +05:30
Shariq Ansari
8ceadaccba
fix: update rowIndex width when row count changes ( #138 )
...
* fix: update rowIndex width when row count changes
* fix: removed unwanted code
* fix: Added Refresh Data button
2021-08-20 17:07:35 +05:30
Prssanna Desai
279a876f7d
fix: 🐛 scroll for rtl direction ( #111 )
2020-09-16 11:45:20 +05:30
prssanna
18964c0346
fix: 🐛 set content of empty cell to empty string for sorting
2020-02-29 15:56:36 +05:30
Faris Ansari
3475f6ccaa
fix: Set cell height explicitly
2019-12-09 22:35:53 +05:30
Faris Ansari
31264d1f4d
feat: Ability to disable column reordering
2019-10-01 00:12:17 +05:30
Faris Ansari
1a9c11edf0
fix: Render fluid layout if first row doesnt exist
2019-09-28 14:00:18 +05:30
Faris Ansari
d92fc5e969
feat: Allow overriding individual components
2019-09-17 19:00:11 +05:30
Faris Ansari
ad0e0b592a
fix: Render blank state when rows is 0
2019-09-17 18:59:14 +05:30
Faris Ansari
a47e1f07eb
fix: Move past non focusable cell while navigating
2019-08-11 18:00:39 +05:30
Deepesh Garg
3712aaada3
fix: Navigation fix using tabs in inline filters ( #75 )
2019-07-05 13:14:55 +05:30
Faris Ansari
40c8e51e86
fix: Set dropdown background as header background
2019-06-24 15:19:09 +05:30
Faris Ansari
b1962dffcf
fix: Submit cell if editing deactivated
...
Editing cell will now submit the value when the editing is deactivated,
except when Escape key is pressed.
It will also submit when Tab key is pressed.
2019-06-24 15:11:24 +05:30
Faris Ansari
1a0eba65a0
fix: Number compare
...
- 006 will match abc006
- 1230 will match 1,230 (formatted), 1230 and abc1230
2019-06-24 15:08:39 +05:30
Deepesh Garg
bbca6d8f60
fix: String compare if hay is alphanumeric
2019-06-11 15:27:22 +05:30
Deepesh Garg
e25ef86a63
fix: Parse keyword as float ( #68 )
2019-05-28 17:45:53 +05:30
Deepesh Garg
b075fb5d71
fix: Compare number using contains instead of equals ( #67 )
2019-05-23 12:51:18 +05:30
Deepesh Garg
e014960e97
feat: Add support for RTL ( #64 )
2019-04-26 13:10:10 +05:30