|
Index.html
#PivotView .e-grid td,
th,
.e-rhandler,
.e-gridheader {
border-color: #000 !important;
}
Index.js
gridSettings: {
gridLines: "Horizontal"
}
|
| index.css #PivotView .e-grid td, th, .e-rhandler, .e-gridheader { border-color: #000 !important; } |
| index.js var gSettings = { gridLines: "Horizontal", allowTextWrap: true, enableSorting: true, allowReordering: true, columnWidth: 110, columnRender: function(args) { args.columns[0].width = '150'; } }; |
Those other settings I have for the gridSettings shouldn't prevent anything, right?
Thanks,
Val
|
<style>
.e-pivotview .e-grid td,
th,
.e-rhandler,
.e-gridheader {
border-color: #000 !important;
}
</style> |