6pac / SlickGrid

A lightning fast JavaScript grid/spreadsheet
https://stackblitz.com/github/6pac/SlickGrid/tree/master/vite-demo
MIT License
1.84k stars 423 forks source link

Two minor, easily fixable issues #1056

Closed jhollandmcs closed 1 month ago

jhollandmcs commented 2 months ago

Describe the bug

  1. The file dist/browser/controls/slick.columnpicker.js has a typo. The function setColumnVisibiliy should be called setColumnVisibility.
  2. This example page has a broken link. It should go to this link, but instead it goes to this broken link.

Reproduction

Self-explanatory.

Which Framework are you using?

Browser

Environment Info

| Executable          | Version |
| ------------------- | ------- |
| (framework used)    | VERSION |
| SlickGrid | VERSION |
| TypeScript          | VERSION |
| Browser(s)          | VERSION |
| System OS           | VERSION |

Validations

ghiscoding commented 1 month ago

closed by #1057