DataGridXL / DataGridXL3

Excel-like JavaScript Data Grid - Unbeaten Performance
0 stars 0 forks source link

Add col grid line to rowHeaders #20

Closed DataGridXL closed 6 months ago

DataGridXL commented 6 months ago

image

DataGridXL commented 6 months ago

Also, reintroduce grid line tips? (like in v2, see screenshot below)

image

DataGridXL commented 6 months ago

Our .gridLines now look this like:

.headerLines
  .colLine
  .rowLine
.colLines
  ...
.rowLines
  ...

Now let's move on to tips :-)

DataGridXL commented 6 months ago

Done! Beautiful

image