@syncfusion/ej2-react-grids 20.4.43 → 20.4.48
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.
- package/CHANGELOG.md +38 -15
- package/dist/ej2-react-grids.min.js +1 -1
- package/dist/ej2-react-grids.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +13 -1
- package/styles/bootstrap.css +13 -1
- package/styles/bootstrap4.css +13 -1
- package/styles/bootstrap5-dark.css +13 -1
- package/styles/bootstrap5.css +13 -1
- package/styles/fabric-dark.css +13 -1
- package/styles/fabric.css +13 -1
- package/styles/fluent-dark.css +13 -1
- package/styles/fluent.css +13 -1
- package/styles/grid/bootstrap-dark.css +13 -1
- package/styles/grid/bootstrap.css +13 -1
- package/styles/grid/bootstrap4.css +13 -1
- package/styles/grid/bootstrap5-dark.css +13 -1
- package/styles/grid/bootstrap5.css +13 -1
- package/styles/grid/fabric-dark.css +13 -1
- package/styles/grid/fabric.css +13 -1
- package/styles/grid/fluent-dark.css +13 -1
- package/styles/grid/fluent.css +13 -1
- package/styles/grid/highcontrast-light.css +13 -1
- package/styles/grid/highcontrast.css +13 -1
- package/styles/grid/material-dark.css +13 -1
- package/styles/grid/material.css +13 -1
- package/styles/grid/tailwind-dark.css +13 -1
- package/styles/grid/tailwind.css +13 -1
- package/styles/highcontrast-light.css +13 -1
- package/styles/highcontrast.css +13 -1
- package/styles/material-dark.css +13 -1
- package/styles/material.css +13 -1
- package/styles/tailwind-dark.css +13 -1
- package/styles/tailwind.css +13 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,29 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I425349` - Grid toolbar template item focus issue has been fixed.
|
|
10
|
+
- `#I413517` - Column menu pop-up is not properly shown with sticky header issue has been fixed.
|
|
11
|
+
- `#I426775` - Template items disappear on edit action issue has been fixed.
|
|
12
|
+
|
|
13
|
+
## 20.4.44 (2023-01-18)
|
|
14
|
+
|
|
15
|
+
### Grid
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- `#I427528` - First column missing highlight when tabbing into grid issue has been fixed.
|
|
20
|
+
- `#I427309` - API document has wrong information issue has been fixed.
|
|
21
|
+
- `#I423348` - Autofit on the columns is not work as expected in the frozen grid has been fixed.
|
|
22
|
+
- `#I419759` - Column Reordering is not working fine with Frozen column and hidden columns has been fixed.
|
|
23
|
+
- `#I416705` - Alignment issue with row drag and drop and frozen columns in stacked headers has been fixed.
|
|
24
|
+
- `#I424387` - Misalignment has been fixed when applying auto-fit for frozen columns with `allowtextwrap`.
|
|
25
|
+
|
|
26
|
+
## 20.4.43 (2023-01-10)
|
|
27
|
+
|
|
28
|
+
### Grid
|
|
29
|
+
|
|
30
|
+
#### Bug Fixes
|
|
31
|
+
|
|
9
32
|
- `#I425228` - Exception is thrown when exporting the grid with custom aggregate issue has been fixed.
|
|
10
33
|
- `#F179549` - `colSpan` is not working with Frozen Grid issue has been fixed.
|
|
11
34
|
- `#I428130` - Group indent cell width is not properly set has been fixed.
|
|
@@ -169,7 +192,7 @@
|
|
|
169
192
|
- `#SF-362860` - Last column header cell border issue has been fixed.
|
|
170
193
|
- `#SF-357202` - Wrong operator while filtering with Excel filter search box is fixed.
|
|
171
194
|
- `#SF-362140` - Script error while selecting the row with `virtualization` issue has been fixed.
|
|
172
|
-
- `#FB-31236` -
|
|
195
|
+
- `#FB-31236` - Multi-column sorting missing sort number indicators issue has been fixed.
|
|
173
196
|
- `#FB-31556` - Row Height misalignment when show/hide the template column with frozen Grid is fixed.
|
|
174
197
|
- `#F171116` - Border is not apply properly in the Excel exporting has been fixed.
|
|
175
198
|
|
|
@@ -212,7 +235,7 @@
|
|
|
212
235
|
|
|
213
236
|
#### Bug Fixes
|
|
214
237
|
|
|
215
|
-
- `#I345910` - Sticky header not working when group drop area
|
|
238
|
+
- `#I345910` - Sticky header not working when group drop area is hidden has been fixed.
|
|
216
239
|
- `#I357254` - Outline is displayed in excel export has been fixed.
|
|
217
240
|
- `#FB30729` - Filter dialog position issue when enable virtual scrolling is fixed.
|
|
218
241
|
- `#I356122` - `actionComplete` event is trigger after row reorder is performed has been fixed.
|
|
@@ -428,7 +451,7 @@
|
|
|
428
451
|
|
|
429
452
|
#### Bug Fixes
|
|
430
453
|
|
|
431
|
-
- `#F167053` - Border misalignment when
|
|
454
|
+
- `#F167053` - Border misalignment when adding a row in bottom has been fixed.
|
|
432
455
|
- `#I336216` - Cell Selection with box mode is not working properly after filtering, has been fixed.
|
|
433
456
|
- `#I336097, #I335284` - Virtualization Grid in flex container produce blank space issue has been fixed.
|
|
434
457
|
|
|
@@ -515,7 +538,7 @@
|
|
|
515
538
|
- `#I329350` - Immutable mode doesn’t work for date values issue has been fixed.
|
|
516
539
|
- `#I329350` - Update the reordered data in immutable mode re-renders multiple rows issue has been fixed.
|
|
517
540
|
- `#I327293` - CPU takes more usage when export the hierarchy grid issue has been fixed.
|
|
518
|
-
- `#FB25510` -
|
|
541
|
+
- `#FB25510` - Throws script error While grouping the complex columns is fixed.
|
|
519
542
|
|
|
520
543
|
## 19.1.67 (2021-06-08)
|
|
521
544
|
|
|
@@ -537,7 +560,7 @@
|
|
|
537
560
|
- `#I326727` - Column resize issue with frozen right/left and aggregate has been resolved.
|
|
538
561
|
- `#I327237` - Empty row appears while hiding/showing columns in `virtualized` grouping grid, has been fixed.
|
|
539
562
|
- `#I299221` - Frozen part refresh issue with template column has been resolved.
|
|
540
|
-
- `#I311142` -
|
|
563
|
+
- `#I311142` - Provided internal event to handle queries on custom `ExcelFilter` dataSource.
|
|
541
564
|
|
|
542
565
|
## 19.1.65 (2021-05-25)
|
|
543
566
|
|
|
@@ -1135,7 +1158,7 @@
|
|
|
1135
1158
|
|
|
1136
1159
|
#### Bug Fixes
|
|
1137
1160
|
|
|
1138
|
-
- `#279922, #280077` -
|
|
1161
|
+
- `#279922, #280077` - Scrollbar when clicking `childgrid` summary row, issue has been fixed.
|
|
1139
1162
|
|
|
1140
1163
|
## 18.1.57 (2020-06-16)
|
|
1141
1164
|
|
|
@@ -1239,7 +1262,7 @@
|
|
|
1239
1262
|
|
|
1240
1263
|
- `#269945, #271023` - `editTemplate` element events are not triggered for movable content.
|
|
1241
1264
|
- `#273042` - grouping after restoring the persist data issue has been resolved.
|
|
1242
|
-
- `#273483, #275002, #275153` -
|
|
1265
|
+
- `#273483, #275002, #275153` - `actionfailure` event error message issue has been fixed.
|
|
1243
1266
|
- `#273238` - Missing of `headerText` property in the template data has been fixed.
|
|
1244
1267
|
- `#266631` - Hidden column headers in Grid did not reflect in pdf export while using `includeHiddenColumn` issue has been fixed.
|
|
1245
1268
|
- `#271911` - column template in angular after print issue has been resolved.
|
|
@@ -1284,7 +1307,7 @@
|
|
|
1284
1307
|
|
|
1285
1308
|
#### Bug Fixes
|
|
1286
1309
|
|
|
1287
|
-
- `#271625, #272096` -
|
|
1310
|
+
- `#271625, #272096` - Frozen Grid cell selection issue has been fixed.
|
|
1288
1311
|
- `#271625` - Grid resize cursor issue with stacked header has been fixed.
|
|
1289
1312
|
- `#271240` - Batch editing `cellSaved` event after escape key issue has been fixed.
|
|
1290
1313
|
- `#260390` - Header misalignment in auto wrap enabled Grid with frozen columns has been fixed.
|
|
@@ -1486,7 +1509,7 @@
|
|
|
1486
1509
|
- `#254164` - Support for `FilterItemTemplate` function like as `ValueAccessor` is given.
|
|
1487
1510
|
- `#253705` - `Ctrl+A` in Grid does not select the last record in Batch mode issue has been fixed.
|
|
1488
1511
|
- `#253106` - Error thrown on using `setCellValue` method when row drag and drop is enabled issue has been fixed.
|
|
1489
|
-
- `#253398` - Frozen header height discrepancy when setting `rowHeight` and `allowTextWrap`
|
|
1512
|
+
- `#253398` - Frozen header height discrepancy when setting `rowHeight` and `allowTextWrap` property issue has been fixed.
|
|
1490
1513
|
- `#252923` - Grid footer element is invisible while dynamically bind the Grid dataSource issue has been fixed.
|
|
1491
1514
|
- `#253614` - Changed the scope of the `filterOperator` variable as public.
|
|
1492
1515
|
|
|
@@ -1520,7 +1543,7 @@
|
|
|
1520
1543
|
|
|
1521
1544
|
#### Breaking Changes
|
|
1522
1545
|
|
|
1523
|
-
- Now `disableHtmlEncode` default value
|
|
1546
|
+
- Now `disableHtmlEncode` default value is set to true, so the HTML tags can be displayed in the Grid header and content by default, so to display it as html content `disableHtmlEncode` need to be set as false.
|
|
1524
1547
|
|
|
1525
1548
|
## 17.3.21 (2019-10-30)
|
|
1526
1549
|
|
|
@@ -1717,7 +1740,7 @@
|
|
|
1717
1740
|
|
|
1718
1741
|
#### Bug Fixes
|
|
1719
1742
|
|
|
1720
|
-
- `#237403` -
|
|
1743
|
+
- `#237403` - Footer template shows proper result when using both group footer and footer template in exported excel document.
|
|
1721
1744
|
- `#232272` - `RemoteSaveAdaptor` batch changes are now refreshed properly in grid when `ContractResolver` set to `DefaultContractResolver`.
|
|
1722
1745
|
- `#236337, #234622` - Child grid data is now successfully loads with query property in the `url` adaptor.
|
|
1723
1746
|
- `#236011` - Selection `api` example is now working properly in the sample browser.
|
|
@@ -1727,7 +1750,7 @@
|
|
|
1727
1750
|
|
|
1728
1751
|
#### Breaking Changes
|
|
1729
1752
|
|
|
1730
|
-
- Now in dialog and inline template editing, the element name for complex fields should be given with triple underscore instead of single underscore.
|
|
1753
|
+
- Now in dialog and inline template editing, the element name for complex fields should be given with triple underscore instead of single underscore. This change has been made as underscore is valid identifier in DB field names.
|
|
1731
1754
|
|
|
1732
1755
|
## 17.2.28-beta (2019-06-27)
|
|
1733
1756
|
|
|
@@ -2447,7 +2470,7 @@ Interface changed for `PdfExportProperties`
|
|
|
2447
2470
|
#### Bug Fixes
|
|
2448
2471
|
|
|
2449
2472
|
- Column properties is not persisted after reordering columns resolved.
|
|
2450
|
-
- `args.cancel`
|
|
2473
|
+
- `args.cancel` has included in `rowSelecting` event while select the rows through method and user interaction.
|
|
2451
2474
|
|
|
2452
2475
|
## 16.1.29 (2018-03-13)
|
|
2453
2476
|
|
|
@@ -2455,7 +2478,7 @@ Interface changed for `PdfExportProperties`
|
|
|
2455
2478
|
|
|
2456
2479
|
#### Bug Fixes
|
|
2457
2480
|
|
|
2458
|
-
- `args.cancel`
|
|
2481
|
+
- `args.cancel` has included in `rowSelecting` event.
|
|
2459
2482
|
- Dynamically changing filter settings does not update `Filterbar` value and filter status message is resolved.
|
|
2460
2483
|
- Batch edit should close on clicking outside grid and on pressing enter or tab key is resolved.
|
|
2461
2484
|
- `updateRow` method is provided for Normal editing and Dialog editing.
|
|
@@ -2673,7 +2696,7 @@ Grid component is used to display and manipulate tabular data with configuration
|
|
|
2673
2696
|
- **Sorting and grouping** - Supports n levels of sorting and grouping.
|
|
2674
2697
|
- **Selection** - Provides the option to select the grid rows single or multiple.
|
|
2675
2698
|
- **Filtering** - Offers filter bar or menu , or checkbox at each column to filter data.
|
|
2676
|
-
- **Editing** -
|
|
2699
|
+
- **Editing** - Provides the options to dynamically insert, delete and update records.
|
|
2677
2700
|
- **Virtualization** - Provides the options to load large amount of data without performance degradation.
|
|
2678
2701
|
- **Aggregates** - Provides built in types are sum , average, min, max, count.
|
|
2679
2702
|
- **Paging** - Provides the option to easily switch between pages using the pager bar.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-grids.min.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.48
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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 : 20.4.
|
|
3
|
+
* version : 20.4.48
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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@20.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-grids@20.4.43",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-zGaSZpNcwgyLG7/OPNdb0IOeKsFHps/bczs2uYQbqGGGUYQ1zf3PNZ+lEtJy4iPPjM+5QPzkuER4U0ObSHWQ0A==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-grids",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-20.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-20.4.43.tgz",
|
|
23
|
+
"_shasum": "04c669f7a70f0a996a22d551d44f38347b71069e",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.4.
|
|
35
|
-
"@syncfusion/ej2-grids": "20.4.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~20.4.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.4.48",
|
|
35
|
+
"@syncfusion/ej2-grids": "20.4.48",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~20.4.48"
|
|
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": "20.4.
|
|
57
|
+
"version": "20.4.48",
|
|
58
58
|
"sideEffects": false
|
|
59
59
|
}
|
|
@@ -2520,7 +2520,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2520
2520
|
border-left-width: 0;
|
|
2521
2521
|
}
|
|
2522
2522
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2523
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2523
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2524
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2525
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2524
2526
|
font-size: 10px;
|
|
2525
2527
|
margin-left: -2.5px;
|
|
2526
2528
|
margin-top: -6.5px;
|
|
@@ -3490,9 +3492,15 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3490
3492
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3491
3493
|
margin-top: 0.5px;
|
|
3492
3494
|
}
|
|
3495
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3496
|
+
margin-top: -0.5px;
|
|
3497
|
+
}
|
|
3493
3498
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3494
3499
|
margin-top: -1.5px;
|
|
3495
3500
|
}
|
|
3501
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3502
|
+
margin-top: -1.5px;
|
|
3503
|
+
}
|
|
3496
3504
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3497
3505
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3498
3506
|
display: inline-block;
|
|
@@ -3533,6 +3541,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3533
3541
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3534
3542
|
white-space: nowrap;
|
|
3535
3543
|
}
|
|
3544
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3545
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3546
|
+
text-align: left;
|
|
3547
|
+
}
|
|
3536
3548
|
|
|
3537
3549
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3538
3550
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
package/styles/bootstrap.css
CHANGED
|
@@ -2521,7 +2521,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2521
2521
|
border-left-width: 0;
|
|
2522
2522
|
}
|
|
2523
2523
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2524
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2524
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2525
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2526
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2525
2527
|
font-size: 10px;
|
|
2526
2528
|
margin-left: -2.5px;
|
|
2527
2529
|
margin-top: -6.5px;
|
|
@@ -3491,9 +3493,15 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3491
3493
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3492
3494
|
margin-top: 0.5px;
|
|
3493
3495
|
}
|
|
3496
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3497
|
+
margin-top: -0.5px;
|
|
3498
|
+
}
|
|
3494
3499
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3495
3500
|
margin-top: -1.5px;
|
|
3496
3501
|
}
|
|
3502
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3503
|
+
margin-top: -1.5px;
|
|
3504
|
+
}
|
|
3497
3505
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3498
3506
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3499
3507
|
display: inline-block;
|
|
@@ -3534,6 +3542,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3534
3542
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3535
3543
|
white-space: nowrap;
|
|
3536
3544
|
}
|
|
3545
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3546
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3547
|
+
text-align: left;
|
|
3548
|
+
}
|
|
3537
3549
|
|
|
3538
3550
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3539
3551
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2580,7 +2580,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2580
2580
|
border-left-width: 0;
|
|
2581
2581
|
}
|
|
2582
2582
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2583
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2583
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2584
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2585
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2584
2586
|
font-size: 12px;
|
|
2585
2587
|
margin-left: -3.5px;
|
|
2586
2588
|
margin-top: -7.5px;
|
|
@@ -3553,9 +3555,15 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3553
3555
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3554
3556
|
margin-top: 0;
|
|
3555
3557
|
}
|
|
3558
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3559
|
+
margin-top: -1px;
|
|
3560
|
+
}
|
|
3556
3561
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3557
3562
|
margin-top: -3px;
|
|
3558
3563
|
}
|
|
3564
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3565
|
+
margin-top: -3px;
|
|
3566
|
+
}
|
|
3559
3567
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3560
3568
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3561
3569
|
display: inline-block;
|
|
@@ -3596,6 +3604,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3596
3604
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3597
3605
|
white-space: nowrap;
|
|
3598
3606
|
}
|
|
3607
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3608
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3609
|
+
text-align: left;
|
|
3610
|
+
}
|
|
3599
3611
|
|
|
3600
3612
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3601
3613
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
@@ -2587,7 +2587,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2587
2587
|
border-left-width: 0;
|
|
2588
2588
|
}
|
|
2589
2589
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2590
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2590
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2591
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2592
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2591
2593
|
font-size: 10px;
|
|
2592
2594
|
margin-left: -3px;
|
|
2593
2595
|
margin-top: -7px;
|
|
@@ -3557,9 +3559,15 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3557
3559
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3558
3560
|
margin-top: 0;
|
|
3559
3561
|
}
|
|
3562
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3563
|
+
margin-top: -1px;
|
|
3564
|
+
}
|
|
3560
3565
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3561
3566
|
margin-top: -2px;
|
|
3562
3567
|
}
|
|
3568
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3569
|
+
margin-top: -1px;
|
|
3570
|
+
}
|
|
3563
3571
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3564
3572
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3565
3573
|
display: inline-block;
|
|
@@ -3600,6 +3608,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3600
3608
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3601
3609
|
white-space: nowrap;
|
|
3602
3610
|
}
|
|
3611
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3612
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3613
|
+
text-align: left;
|
|
3614
|
+
}
|
|
3603
3615
|
|
|
3604
3616
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3605
3617
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2587,7 +2587,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2587
2587
|
border-left-width: 0;
|
|
2588
2588
|
}
|
|
2589
2589
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2590
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2590
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2591
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2592
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2591
2593
|
font-size: 10px;
|
|
2592
2594
|
margin-left: -3px;
|
|
2593
2595
|
margin-top: -7px;
|
|
@@ -3557,9 +3559,15 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3557
3559
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3558
3560
|
margin-top: 0;
|
|
3559
3561
|
}
|
|
3562
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3563
|
+
margin-top: -1px;
|
|
3564
|
+
}
|
|
3560
3565
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3561
3566
|
margin-top: -2px;
|
|
3562
3567
|
}
|
|
3568
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3569
|
+
margin-top: -1px;
|
|
3570
|
+
}
|
|
3563
3571
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3564
3572
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3565
3573
|
display: inline-block;
|
|
@@ -3600,6 +3608,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3600
3608
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3601
3609
|
white-space: nowrap;
|
|
3602
3610
|
}
|
|
3611
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3612
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3613
|
+
text-align: left;
|
|
3614
|
+
}
|
|
3603
3615
|
|
|
3604
3616
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3605
3617
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2494,7 +2494,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2494
2494
|
border-left-width: 0;
|
|
2495
2495
|
}
|
|
2496
2496
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2497
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2497
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2498
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2499
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2498
2500
|
font-size: 8px;
|
|
2499
2501
|
margin-left: -1.5px;
|
|
2500
2502
|
margin-top: -4.5px;
|
|
@@ -3464,9 +3466,15 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3464
3466
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3465
3467
|
margin-top: 1px;
|
|
3466
3468
|
}
|
|
3469
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3470
|
+
margin-top: 1px;
|
|
3471
|
+
}
|
|
3467
3472
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3468
3473
|
margin-top: -1px;
|
|
3469
3474
|
}
|
|
3475
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3476
|
+
margin-top: -1px;
|
|
3477
|
+
}
|
|
3470
3478
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3471
3479
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3472
3480
|
display: inline-block;
|
|
@@ -3507,6 +3515,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3507
3515
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3508
3516
|
white-space: nowrap;
|
|
3509
3517
|
}
|
|
3518
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3519
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3520
|
+
text-align: left;
|
|
3521
|
+
}
|
|
3510
3522
|
|
|
3511
3523
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3512
3524
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
package/styles/fabric.css
CHANGED
|
@@ -2487,7 +2487,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2487
2487
|
border-left-width: 0;
|
|
2488
2488
|
}
|
|
2489
2489
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2490
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2490
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2491
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2492
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2491
2493
|
font-size: 8px;
|
|
2492
2494
|
margin-left: -1.5px;
|
|
2493
2495
|
margin-top: -4.5px;
|
|
@@ -3457,9 +3459,15 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3457
3459
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3458
3460
|
margin-top: 1px;
|
|
3459
3461
|
}
|
|
3462
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3463
|
+
margin-top: 1px;
|
|
3464
|
+
}
|
|
3460
3465
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3461
3466
|
margin-top: -1px;
|
|
3462
3467
|
}
|
|
3468
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3469
|
+
margin-top: -1px;
|
|
3470
|
+
}
|
|
3463
3471
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3464
3472
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3465
3473
|
display: inline-block;
|
|
@@ -3500,6 +3508,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3500
3508
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3501
3509
|
white-space: nowrap;
|
|
3502
3510
|
}
|
|
3511
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3512
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3513
|
+
text-align: left;
|
|
3514
|
+
}
|
|
3503
3515
|
|
|
3504
3516
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3505
3517
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
package/styles/fluent-dark.css
CHANGED
|
@@ -2596,7 +2596,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2596
2596
|
border-left-width: 0;
|
|
2597
2597
|
}
|
|
2598
2598
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2599
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2599
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2600
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2601
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2600
2602
|
font-size: 10px;
|
|
2601
2603
|
margin-left: -2px;
|
|
2602
2604
|
margin-top: -6.5px;
|
|
@@ -3570,9 +3572,15 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3570
3572
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3571
3573
|
margin-top: 0;
|
|
3572
3574
|
}
|
|
3575
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3576
|
+
margin-top: -1px;
|
|
3577
|
+
}
|
|
3573
3578
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3574
3579
|
margin-top: -1px;
|
|
3575
3580
|
}
|
|
3581
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3582
|
+
margin-top: -1px;
|
|
3583
|
+
}
|
|
3576
3584
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3577
3585
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3578
3586
|
display: inline-block;
|
|
@@ -3613,6 +3621,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3613
3621
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3614
3622
|
white-space: nowrap;
|
|
3615
3623
|
}
|
|
3624
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3625
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3626
|
+
text-align: left;
|
|
3627
|
+
}
|
|
3616
3628
|
|
|
3617
3629
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3618
3630
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
package/styles/fluent.css
CHANGED
|
@@ -2596,7 +2596,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2596
2596
|
border-left-width: 0;
|
|
2597
2597
|
}
|
|
2598
2598
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2599
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2599
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2600
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2601
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2600
2602
|
font-size: 10px;
|
|
2601
2603
|
margin-left: -2px;
|
|
2602
2604
|
margin-top: -6.5px;
|
|
@@ -3570,9 +3572,15 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3570
3572
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3571
3573
|
margin-top: 0;
|
|
3572
3574
|
}
|
|
3575
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3576
|
+
margin-top: -1px;
|
|
3577
|
+
}
|
|
3573
3578
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3574
3579
|
margin-top: -1px;
|
|
3575
3580
|
}
|
|
3581
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3582
|
+
margin-top: -1px;
|
|
3583
|
+
}
|
|
3576
3584
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3577
3585
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3578
3586
|
display: inline-block;
|
|
@@ -3613,6 +3621,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3613
3621
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3614
3622
|
white-space: nowrap;
|
|
3615
3623
|
}
|
|
3624
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3625
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3626
|
+
text-align: left;
|
|
3627
|
+
}
|
|
3616
3628
|
|
|
3617
3629
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3618
3630
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
@@ -2108,7 +2108,9 @@
|
|
|
2108
2108
|
border-left-width: 0;
|
|
2109
2109
|
}
|
|
2110
2110
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2111
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2111
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2112
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2113
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2112
2114
|
font-size: 10px;
|
|
2113
2115
|
margin-left: -2.5px;
|
|
2114
2116
|
margin-top: -6.5px;
|
|
@@ -3078,9 +3080,15 @@
|
|
|
3078
3080
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3079
3081
|
margin-top: 0.5px;
|
|
3080
3082
|
}
|
|
3083
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3084
|
+
margin-top: -0.5px;
|
|
3085
|
+
}
|
|
3081
3086
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3082
3087
|
margin-top: -1.5px;
|
|
3083
3088
|
}
|
|
3089
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3090
|
+
margin-top: -1.5px;
|
|
3091
|
+
}
|
|
3084
3092
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3085
3093
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3086
3094
|
display: inline-block;
|
|
@@ -3121,6 +3129,10 @@
|
|
|
3121
3129
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3122
3130
|
white-space: nowrap;
|
|
3123
3131
|
}
|
|
3132
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3133
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3134
|
+
text-align: left;
|
|
3135
|
+
}
|
|
3124
3136
|
|
|
3125
3137
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3126
3138
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
@@ -2109,7 +2109,9 @@
|
|
|
2109
2109
|
border-left-width: 0;
|
|
2110
2110
|
}
|
|
2111
2111
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2112
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2112
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2113
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2114
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2113
2115
|
font-size: 10px;
|
|
2114
2116
|
margin-left: -2.5px;
|
|
2115
2117
|
margin-top: -6.5px;
|
|
@@ -3079,9 +3081,15 @@
|
|
|
3079
3081
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3080
3082
|
margin-top: 0.5px;
|
|
3081
3083
|
}
|
|
3084
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3085
|
+
margin-top: -0.5px;
|
|
3086
|
+
}
|
|
3082
3087
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3083
3088
|
margin-top: -1.5px;
|
|
3084
3089
|
}
|
|
3090
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3091
|
+
margin-top: -1.5px;
|
|
3092
|
+
}
|
|
3085
3093
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3086
3094
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3087
3095
|
display: inline-block;
|
|
@@ -3122,6 +3130,10 @@
|
|
|
3122
3130
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3123
3131
|
white-space: nowrap;
|
|
3124
3132
|
}
|
|
3133
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3134
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3135
|
+
text-align: left;
|
|
3136
|
+
}
|
|
3125
3137
|
|
|
3126
3138
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3127
3139
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|