@syncfusion/ej2-react-grids 23.2.7 → 24.1.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/CHANGELOG.md +29 -169
  2. package/diConfig.json +1 -0
  3. package/dist/ej2-react-grids.min.js +1 -1
  4. package/dist/ej2-react-grids.umd.min.js +1 -1
  5. package/package.json +9 -9
  6. package/src/grid/grid.component.d.ts +1 -0
  7. package/styles/bootstrap-dark.css +1 -5113
  8. package/styles/bootstrap.css +1 -5114
  9. package/styles/bootstrap4.css +1 -5201
  10. package/styles/bootstrap5-dark.css +1 -5193
  11. package/styles/bootstrap5.css +1 -5193
  12. package/styles/excel-filter/bootstrap-dark.css +1 -528
  13. package/styles/excel-filter/bootstrap.css +1 -528
  14. package/styles/excel-filter/bootstrap4.css +1 -584
  15. package/styles/excel-filter/bootstrap5-dark.css +1 -572
  16. package/styles/excel-filter/bootstrap5.css +1 -572
  17. package/styles/excel-filter/fabric-dark.css +1 -504
  18. package/styles/excel-filter/fabric.css +1 -497
  19. package/styles/excel-filter/fluent-dark.css +1 -552
  20. package/styles/excel-filter/fluent.css +1 -552
  21. package/styles/excel-filter/highcontrast-light.css +1 -501
  22. package/styles/excel-filter/highcontrast.css +1 -501
  23. package/styles/excel-filter/material-dark.css +1 -535
  24. package/styles/excel-filter/material.css +1 -568
  25. package/styles/excel-filter/material3-dark.css +1 -670
  26. package/styles/excel-filter/material3.css +1 -726
  27. package/styles/excel-filter/tailwind-dark.css +1 -520
  28. package/styles/excel-filter/tailwind.css +1 -520
  29. package/styles/fabric-dark.css +1 -5087
  30. package/styles/fabric.css +1 -5080
  31. package/styles/fluent-dark.css +1 -5231
  32. package/styles/fluent.css +1 -5231
  33. package/styles/grid/bootstrap-dark.css +1 -4689
  34. package/styles/grid/bootstrap.css +1 -4690
  35. package/styles/grid/bootstrap4.css +1 -4766
  36. package/styles/grid/bootstrap5-dark.css +1 -4766
  37. package/styles/grid/bootstrap5.css +1 -4766
  38. package/styles/grid/fabric-dark.css +1 -4663
  39. package/styles/grid/fabric.css +1 -4656
  40. package/styles/grid/fluent-dark.css +1 -4804
  41. package/styles/grid/fluent.css +1 -4804
  42. package/styles/grid/highcontrast-light.css +1 -4660
  43. package/styles/grid/highcontrast.css +1 -4660
  44. package/styles/grid/material-dark.css +1 -4703
  45. package/styles/grid/material.css +1 -4737
  46. package/styles/grid/material3-dark.css +1 -5008
  47. package/styles/grid/material3.css +1 -5064
  48. package/styles/grid/tailwind-dark.css +1 -4784
  49. package/styles/grid/tailwind.css +1 -4784
  50. package/styles/highcontrast-light.css +1 -5084
  51. package/styles/highcontrast.css +1 -5084
  52. package/styles/material-dark.css +1 -5133
  53. package/styles/material.css +1 -5175
  54. package/styles/material3-dark.css +1 -5538
  55. package/styles/material3.css +1 -5650
  56. package/styles/tailwind-dark.css +1 -5211
  57. package/styles/tailwind.css +1 -5211
package/CHANGELOG.md CHANGED
@@ -6,155 +6,35 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
- - `#I517291` - Resolved an issue with calling the `hideColumns` method multiple times.
10
- - `#I517408` - The issue with the alignment of the text is not being at the centre when sorting is enabled in the grid has been resolved.
11
- - `#FB48215` - The problem with drag and drop rows not updating properly in the UI has been fixed.
12
- - `#I510993` - Resolved the script error when rendering the `captionTemplate` and aggregate `groupCaptionTemplate` simultaneously.
13
- - `#I518869` - The problem with header checkbox selection in remote data has been resolved.
9
+ - Enhanced keyboard navigation support for `Mac` devices.
10
+ - `#I513158` - Selection issue with selection mode as `Both` and checkbox column has been resolved.
11
+ - `#F185441` - Dropping the record below the last row adds the data in first position issue has been resolved.
12
+ - `#FB49107` - `PersistSelection` does not working with `custom-binding` issue has been resolved.
13
+ - `#I516297` - Resolved the issue where the checkbox state in the column chooser was not being properly announced with the JAWS screen reader.
14
14
 
15
- ## 23.2.6 (2023-11-28)
16
-
17
- ### Grid
18
-
19
- #### Bug fixes
20
-
21
- - `#I517762` - Resolved the issue with paste functionality of the Grid on Mac devices.
22
- - `#I520019` - The filter dialog `popup` is closed when no records are found during the search and press Enter key has been fixed.
23
- - `#I514004` - Fixed an issue with the space between the arrow in the tooltip and the content.
24
- - `#I511050` - Error thrown while sorting columns after filtering has been resolved.
25
- - `#I464878` - The issue where the focus style for checkbox items was not applying to the spreadsheet component has been resolved.
26
- - `#F185039` - Resolved a problem where the grid would not display all records when the filter was cleared.
27
- - `#I513685` - Aria-label for `SelectAllCheckbox` is now descriptive for accessibility.
28
-
29
- - `#I517762` - Resolved the issue with paste functionality of the Grid on Mac devices.
30
- - `#I514004` - Fixed an issue with the space between the arrow in the tooltip and the content.
31
- - `#I511050` - Error thrown while sorting columns after filtering has been resolved.
32
- - `#I464878` - The issue where the focus style for checkbox items was not applying to the spreadsheet component has been resolved.
33
- - `#F185039` - Resolved a problem where the grid would not display all records when the filter was cleared.
34
- - `#I513685` - Aria-label for `SelectAllCheckbox` is now descriptive for accessibility.
35
-
36
- ## 23.2.4 (2023-11-20)
37
-
38
- ### Grid
39
-
40
- #### Bug fixes
41
-
42
- - `#I508354` - Cell selection is now working fine with row drag and drop.
43
-
44
- ## 23.1.44 (2023-11-07)
45
-
46
- ### Grid
47
-
48
- #### Bug fixes
49
-
50
- - `#I511490` - The problem of adding a row in batch mode not working when the first field is disabled with `allowEditing` set to false has been resolved.
51
- - `#FB47714` - Improved the drag behaviour of the grouping disabled column
52
- - `#I512845` - Fixed an issue in batch editing where, after editing a cell, holding and copying the items and releasing the hold on a nearby cell would close the editing.
53
- - `#I511052` - Error thrown while sorting from largest to smallest or from smallest to largest has been fixed.
54
- - `#I507810` - The issue of removing an add form upon clicking the cancel button in a command column has been resolved.
55
- - `#FB47309`, `#FB47308` - Actual page navigation is prevented while clicking the grid pager numeric items and the expand-collapse icon.
56
-
57
- ## 23.1.43 (2023-10-31)
58
-
59
- ### Grid
60
-
61
- #### Bug fixes
62
-
63
- - `#I507979` - The issue where the clipboard was not cleared after using 'CTRL+A' + 'CTRL+C' + 'ESC' combination has been resolved.
64
- - `#I513196` - The script error that occurred when printing a grouped hierarchical grid has been resolved.
65
- - `#I511776` - The tooltip in the header template is now properly destroyed.
66
- - `#I508400` - The problem where the aria-label was repeated twice when a string template was rendered in a column template has been resolved.
67
- - `#I509734` - The issue where the `freeze` property was not working properly when the column field value was not defined has been fixed.
68
- - `#I510683` - The problem of white space occurring while using `AutoFit` on a frozen column has been fixed.
69
- - `#I508457` - When `virtualization` is enabled, the problem where editing a single field also changed the other field values with the previous edited value has been fixed.
70
- - `#I496847` - The problem of hidden columns showing empty columns while copy pasting the grid content has been resolved.
71
- - `#I508408` - The issue where freezing command columns were not working properly has been fixed.
72
- - `#I513536` - Grouped column headers are now displaying properly in all themes.
73
- - `#FB46958` - The problem with filtering the foreign key field having the same name has been resolved.
74
-
75
- - `#I507979` - The issue where the clipboard was not cleared after using 'CTRL+A' + 'CTRL+C' + 'ESC' combination has been resolved.
76
- - `#I513196` - The script error that occurred when printing a grouped hierarchical grid has been resolved.
77
- - `#I511776` - The tooltip in the header template is now properly destroyed.
78
- - `#I508400` - The problem where the aria-label was repeated twice when a string template was rendered in a column template has been resolved.
79
- - `#I509734` - The issue where the `freeze` property was not working properly when the column field value was not defined has been fixed.
80
- - `#I510683` - The problem of white space occurring while using `AutoFit` on a frozen column has been fixed.
81
- - `#I508457` - When `virtualization` is enabled, the problem where editing a single field also changed the other field values with the previous edited value has been fixed.
82
- - `#I496847` - The problem of hidden columns showing empty columns while copy pasting the grid content has been resolved.
83
- - `#I514686` - The script error that occurred when clicking anywhere in the grouped grid after editing has been resolved.
84
- - `#I508408` - The issue where freezing command columns were not working properly has been fixed.
85
- - `#I513536` - Grouped column headers are now displaying properly in all themes.
86
- - `#FB46958` - The problem with filtering the foreign key field having the same name has been resolved.
87
-
88
- ## 23.1.42 (2023-10-24)
89
-
90
- ### Grid
91
-
92
- #### Bug fixes
93
-
94
- - `#I507214` - The problem of displaying an empty tooltip with batch-edited cells has been resolved.
95
- - `#I504365` - Fixed an issue where the request for aggregate was not sent when the `disablePageWiseAggregate` property was enabled in custom binding.
96
- - `#I507080` - The issue related to the styling of the Lazy Load Group with a `groupCaptionTemplate` has been resolved.
97
- - `#I501881` - Fixed an issue where the drop indicator for the column should be displayed when dragging a column into another column.
98
- - `#I511484` - The issue where the Grid did not render properly when the `editSetting` property was defined without injecting the `editModule` has been resolved.
99
-
100
- ## 23.1.41 (2023-10-17)
101
-
102
- ### Grid
103
-
104
- #### Bug fixes
105
-
106
- - `#I510239` - Error occurs when changing the State through clicking the button rendered in the Column Template has been fixed.
107
- - `#I494272` - In mobile view unable to interact with the page after double-clicking on the filter date icon issue has been fixed.
108
- - `#I423460` - Fixed an issue where the grid froze with a loading spinner when collapsing grouped items in an infinite scroll enabled grid.
109
- - `#I503487` - In the `actionFailure` event, the failure message argument is now sent correctly.
110
- - `#I509249` - The script error that occurred when saving the edited row at the bottom in the presence of grouping has been fixed.
111
- - `#I508136` - Row reorder occurs while editing with inline mode with grouping in complex data has been fixed.
112
- - `#I490262` - The problem where checkbox filtering was not working properly when cancelling the filtering has been fixed.
113
- - `#I504493` - The pager elements are now rendered correctly when the grid is hidden and then shown again.
114
- - `#I511064` - The problem with `frozenColumns` are not working when declared in the `dataBound` event has been resolved.
115
-
116
- ## 23.1.40 (2023-10-10)
117
-
118
- ### Grid
119
-
120
- #### Bug fixes
121
-
122
- - `#I503161` - The additional default declaration in the `bootstrap4` theme definition file has been removed.
123
-
124
- ## 23.1.39 (2023-10-04)
125
-
126
- ### Grid
127
-
128
- #### Bug fixes
129
-
130
- - `#I504671` - The issue regarding cell changes not being saved when clicking outside of the grid has been resolved.
131
- - `#I501004` - The header template is now rendering correctly, regardless of the header cell height.
132
- - `#FB46829` - The issue where the selection was not properly removed for the checkbox column has been resolved.
133
-
134
- ## 23.1.38 (2023-09-26)
15
+ #### Features
135
16
 
136
- ### Grid
17
+ - Introduced adaptive support for the pager dropdown, dynamically rendering on mobile and tablet devices alongside the pager component. The `pager message` element now adjusts its rendering based on the screen size, ensuring a more responsive and user-friendly experience. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/adaptive-layout.html).
18
+ - Provided support for the `column chooser` and `column menu` features in the `adaptive` Grid. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/adaptive-layout.html).
19
+ - Implemented support to render custom content using the `emptyRecordTemplate` property of the Grid. This feature allows the utilization of a string or an HTML element ID value as a template when there's no data to display. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/empty-record-template.html).
20
+ - `#FB43913` - Provided keyboard navigation support for `Excel Filter` menu items. Navigation through the items can be done using `tab`/`shift-tab` keys or `up`/`down` arrow keys. Sub-menu items can be opened and closed using `right` and `left` arrow keys. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/filter-menu.html).
21
+ - `#I390332` - Implemented the `OnDemand` concept for `Checkbox` and `Excel` type filters. This functionality can be enabled by setting the `enableInfiniteScrolling` property as true within the `filterSettings` property of the Grid. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/filter-menu.html).
22
+ - The `Lazy Load Grouping` feature now supports compatibility with the Grid's `custom-binding` feature.
23
+ - The Grid export functionality has been enhanced to export grid data as a `blob` instead of initiating direct browser file downloads during client-side grid exports.
24
+ - Enhanced the visual indication effect on rows during the drag-and-drop interaction within the grouped drag-and-drop feature for improved visualization.
25
+
26
+ - Introduced adaptive support for the pager dropdown, dynamically rendering on mobile and tablet devices alongside the pager component. The `pager message` element now adjusts its rendering based on the screen size, ensuring a more responsive and user-friendly experience. Explore the demo [here](https://ej2.syncfusion.com/react/demos/#/bootstrap5/grid/adaptive-layout).
27
+ - Provided support for the `column chooser` and `column menu` features in the `adaptive` Grid. Explore the demo [here](https://ej2.syncfusion.com/react/demos/#/bootstrap5/grid/adaptive-layout).
28
+ - Implemented support to render custom content using the `emptyRecordTemplate` property of the Grid. This feature allows the utilization of a string or an HTML element ID value as a template when there's no data to display. Explore the demo [here](https://ej2.syncfusion.com/react/demos/#/bootstrap5/grid/empty-record-template).
29
+ - `#FB43913` - Provided keyboard navigation support for `Excel Filter` menu items. Navigation through the items can be done using `tab`/`shift-tab` keys or `up`/`down` arrow keys. Sub-menu items can be opened and closed using `right` and `left` arrow keys. Explore the demo [here](https://ej2.syncfusion.com/react/demos/#/bootstrap5/grid/filter-menu).
30
+ - `#I390332` - Implemented the `OnDemand` concept for `Checkbox` and `Excel` type filters. This functionality can be enabled by setting the `enableInfiniteScrolling` property as true within the `filterSettings` property of the Grid. Explore the demo [here](https://ej2.syncfusion.com/react/demos/#/bootstrap5/grid/filter-menu).
31
+ - The `Lazy Load Grouping` feature now supports compatibility with the Grid's `custom-binding` feature.
32
+ - The Grid export functionality has been enhanced to export grid data as a `blob` instead of initiating direct browser file downloads during client-side grid exports.
33
+ - Enhanced the visual indication effect on rows during the drag-and-drop interaction within the grouped drag-and-drop feature for improved visualization.
137
34
 
138
- #### Bug fixes
35
+ #### Breaking Changes
139
36
 
140
- - `#I490971` - Fixed a time zone conversion issue while applying a date filtering in a grid using the `UrlAdaptor`.
141
- - `#I489490` - Resolved an issue where `changeDataSource` was not functioning correctly when column virtual scrolling was enabled.
142
- - `#I499794` - Fixed an issue where the disabled cursor was not showing when dragging rows outside the grid with the `RowDragandDrop` feature.
143
- - `#I501376` - During batch editing, a script issue was fixed after the checkbox column was dynamically disabled.
144
- - `#I494495` - Fixed a script issue that occurred when sorting was performed while a validation message was displayed in Batch edit mode for the same column.
145
- - `#I500511` - Resolved a script error related to the persistence of selection actions when utilizing the `WebAPIAdaptor`.
146
- - `#I497445` - Searching value with trailing zero shows no records to display in grid has been fixed.
147
- - `#I500931` - Fixed the alignment issue of the child grid header when sub-child grids are added dynamically within the child grid.
148
-
149
- - `#I500689` - Header Template is not rendered properly while performing column reorder has been fixed.
150
- - `#I490971` - Fixed a time zone conversion issue while applying a date filtering in a grid using the `UrlAdaptor`.
151
- - `#I489490` - Resolved an issue where `changeDataSource` was not functioning correctly when column virtual scrolling was enabled.
152
- - `#I499794` - Fixed an issue where the disabled cursor was not showing when dragging rows outside the grid with the `RowDragandDrop` feature.
153
- - `#I501376` - During batch editing, a script issue was fixed after the checkbox column was dynamically disabled.
154
- - `#I494495` - Fixed a script issue that occurred when sorting was performed while a validation message was displayed in Batch edit mode for the same column.
155
- - `#I500511` - Resolved a script error related to the persistence of selection actions when utilizing the `WebAPIAdaptor`.
156
- - `#I497445` - Searching value with trailing zero shows no records to display in grid has been fixed.
157
- - `#I500931` - Fixed the alignment issue of the child grid header when sub-child grids are added dynamically within the child grid.
37
+ - Improved the grid accessibility over different screen readers by removing the `aria-label` and updating the suitable roles for each elements(`th`,`td`,`tr`) in the grid. Removed the deprecated `aria-description` attribute and updated the alternate attribute `aria-describedby` in grid header cells by including a new `span` element with the content to describe and with the display property as `none`, when the features like Grouping, Sorting, Column menu and Filter Menu are enabled in the grid.
158
38
 
159
39
  ## 23.1.36 (2023-09-15)
160
40
 
@@ -164,37 +44,17 @@
164
44
 
165
45
  - `#I488183` - Fixed an issue where the frozen columns get hidden while using auto-generated columns.
166
46
  - `#I473780` - Resolved an issue where the frozen horizontal scroll did not work when a validation error message is shown.
167
- - `#I486159` - Fixed an issue where the Column Reorder was not working properly when the frozen right feature is enabled.
168
- - `#I498644` - Resolved an issue where the skip and take parameters are not passed to the server-side while performing grid actions only in the case of the total number of records and page sizes are equal.
169
-
170
- - `#I488183` - Fixed an issue where the frozen columns get hidden while using auto-generated columns.
171
- - `#I473780` - Resolved an issue where the frozen horizontal scroll did not work when a validation error message is shown.
172
- - `#I486159` - Fixed an issue where the Column Reorder was not working properly when the frozen right feature is enabled.
173
- - `#I498644` - Resolved an issue where the skip and take parameters are not passed to server-side while performing grid actions only in the case of the total number of records and page sizes are equal.
47
+ - `#I486159` - Fixed an issue where the Column Reorder was not working properly when frozen right feature is enabled.
174
48
 
175
49
  #### Features
176
50
 
177
- - `#FB10384` - Provided the support for exporting the grid with Column template and Detail template at the client side by using the `exportDetailTemplate` event of the grid where each cell of the grid rows can be customized.
178
- - `#FB10132` - Provided the support for exporting multiple grids in the same or different pages into PDF and Excel formats by listing the id values of each grid that needs to be exported in the `exportGrids` property of Grid.
51
+ - `#FB10384` - Provided the support for exporting grid with Column template and Detail template at client side by using the `exportDetailTemplate` event of grid where each cells of the grid rows can be customized.
52
+ - `#FB10132` - Provided the support for exporting multiple grids in same or different pages into pdf and excel formats by listing the id values of each grid that needs to be exported in the `exportGrids` property of Grid.
179
53
  - `#FB44392` - Provided the support for Column Virtualization with pagination in Grid.
180
- - Improved frozen rows and columns by enabling previously limited features such as Grouping, Row templates, Infinite scrolling, Stacked Header, and Column Virtualization.
181
- - Introduced a new column freezing mode known as `Fixed`, in addition to the existing `Left`, `Right`, and `Center` modes within the column settings' freeze property. This `Fixed` mode locks columns in place, ensuring their visibility during horizontal scrolling.
182
54
 
183
55
  #### Breaking Changes
184
56
 
185
- - Revamped the frozen feature by replacing the previous three-table approach with a single table, resulting in significant performance improvements and a reduction in file size. This update eliminates the need to inject the `Freeze` module to utilize the frozen feature, making it more efficient. We have listed the deprecated methods of frozen feature and their alternatives.
186
-
187
- **Deprecated Methods**
188
-
189
-
190
- | Deprecated Methods | Previous | Current | Suggested Alternative Methods |
191
- |---|---|---|---|
192
- | `getMovableRows()` | This method returns only the movable table rows `(tr's)`. | This method will return all table rows `(tr's)` of the entire table. The movable cells within the `tr` element can be selected using the `e-unfreeze` class. | `getRows()` |
193
- | `getFrozenRightRows()` | This method returns only the table rows `(tr's)` from the freeze right table. | This method will return all the rows `(tr’s)` of the entire table. The frozen right cells can be selected using the `e-rightfreeze` class. | `getRows()` |
194
- | `getMovableRowByIndex()` <br> `getFrozenRowByIndex()` <br> `getFrozenRightRowByIndex()` | * `getMovableRowByIndex` - select a movable row <br> * `getFrozenRowByIndex` - select a freeze row <br> * `getFrozenRightRowByIndex` - select a right freeze row. | This method will return the table row `(tr)` based on the given index. Additionally, class names for table cells `(td's)` have been separated as follows: <br> * Left-Freeze: `e-leftfreeze` <br> * Movable: `e-unfreeze` <br> * Right-Freeze : `e-rightfreeze` | `getRowByIndex()` |
195
- | `getMovableCellFromIndex()` <br> `getFrozenRightCellFromIndex()` | * `getMovableCellFromIndex()` - select a particular cell in the movable table. <br> * `getFrozenRightCellFromIndex()` - select a particular cell in the right freeze table. | No change | `getCellFromIndex()` |
196
- | `getMovableDataRows()` <br> `getFrozenRightDataRows()` <br> `getFrozenDataRows()` | These methods return the viewport data rows for the freeze, movable, and right tables separately. | This method, will return the entire viewport data rows. | `getDataRows()` |
197
- | `getMovableColumnHeaderByIndex()` <br> `getFrozenRightColumnHeaderByIndex()` <br> `getFrozenLeftColumnHeaderByIndex()` | These methods select the movable, right freeze, and left freeze headers from the table separately. | No change | `getColumnHeaderByIndex`() |
57
+ - Revamped the frozen feature by replacing the previous three-table approach with a single table, resulting in significant performance improvements. This enhancement now enables support for previously limited features with frozen columns, such as `column virtualization` and `grouping`. Additionally, added a new mode `Fixed` alongside the existing `Left`, `Right`, and `Center` modes in freeze property of column settings. This update eliminates the need to inject modules for utilizing the frozen feature.
198
58
 
199
59
  ## 22.1.34 (2023-06-21)
200
60
 
package/diConfig.json CHANGED
@@ -522,6 +522,7 @@
522
522
  ],
523
523
  "templateProperties": [
524
524
  "rowTemplate",
525
+ "emptyRecordTemplate",
525
526
  "detailTemplate",
526
527
  "toolbarTemplate",
527
528
  "pagerTemplate",
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-grids.min.js
3
- * version : 23.2.7
3
+ * version : 24.1.41
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-grids.umd.min.js
3
- * version : 23.2.7
3
+ * version : 24.1.41
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-grids@*",
3
- "_id": "@syncfusion/ej2-react-grids@23.2.6",
3
+ "_id": "@syncfusion/ej2-react-grids@1.193.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-SAC6pt/DN9s6u+HeB5lhZy61RNGqS5MfSemRwcgVCEE35TlQrz94XyVjjbyJskBOE2Sx6TII3im+41tqqx8s+w==",
5
+ "_integrity": "sha512-QanufDIb0q3j9t3QHTTypsRnbxIkdot3XdA4mwZZw9WYk8r0RL1dWJycx7vhrX5xlXVwHs5Os+ekxQaXskDx8w==",
6
6
  "_location": "/@syncfusion/ej2-react-grids",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-23.2.6.tgz",
23
- "_shasum": "ab8be39484e61f6e2116bd1f9a87c5f2702d096f",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-grids/-/ej2-react-grids-1.193.0.tgz",
23
+ "_shasum": "f13ab69e26994f19438b4fd4ae3513006d7cd523",
24
24
  "_spec": "@syncfusion/ej2-react-grids@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~23.2.6",
35
- "@syncfusion/ej2-grids": "23.2.7",
36
- "@syncfusion/ej2-react-base": "~23.2.5"
34
+ "@syncfusion/ej2-base": "~24.1.41",
35
+ "@syncfusion/ej2-grids": "24.1.41",
36
+ "@syncfusion/ej2-react-base": "~24.1.41"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
@@ -54,6 +54,6 @@
54
54
  "type": "git",
55
55
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
56
56
  },
57
- "version": "23.2.7",
57
+ "version": "24.1.41",
58
58
  "sideEffects": false
59
59
  }
@@ -3,6 +3,7 @@ import { Grid, GridModel } from '@syncfusion/ej2-grids';
3
3
  import { DefaultHtmlAttributes } from '@syncfusion/ej2-react-base';
4
4
  export interface GridTypecast {
5
5
  rowTemplate?: string | Function | any;
6
+ emptyRecordTemplate?: string | Function | any;
6
7
  detailTemplate?: string | Function | any;
7
8
  toolbarTemplate?: string | Function | any;
8
9
  pagerTemplate?: string | Function | any;