Replies: 1 comment 1 reply
-
I created that basic TypeScript Wiki just to get started, it is quite possible that I missed some grid options, feel free to update the Wiki. I do my best to maintain this project with Ben (@6pac), but yes it's quite possible that there's some errors here and there in the Wikis.
that probably won't work, the thing is that all of these Examples were written with pure HTML/JS and aren't using any bundler like Vite. So considering that there's no bundler, the CSS import probably won't work. I would instead suggest to add a section on how to use it in a TypeScript project with a bundler like Vite, just in a different section because not everyone uses Vite, there's still a ton of people using plain HTML/JS (yes that might be quite surprising, but it's still a fact and a rather large portion of users) |
Beta Was this translation helpful? Give feedback.
-
hey, recently i trying to learn slickgrid use typescript and vite, then i found basic example on wiki, when i try to copy paste example into my project, slickgrid only show header without any data coming up, then after skimming documentation for an hour i found that slickgrid container need an explicit height and width style, so why not make a fully worked example in typescript wiki?
i found using
autoHeight: true
make example work.how about change basic example into something like this?
Beta Was this translation helpful? Give feedback.
All reactions