Like to integrate SlickGrid but... #913
-
Hello everyone, I hope I can get some answers to my questions here. I need an image of the Microsoft Forms FlexGrid in the browser that is as accurate as possible because I am writing an application that reads most of the properties and dynamic data of the FlexGrid, creates a JSON from it and transfers it to the browser session via WebSockets. The design of the FlexGrid with the Slick Grid should be reproduced as accurately as possible in the browser. To do this, I need functions that I either haven't found yet or require an expansion of the slick grid. This includes:
I would like to participate in the development of these features, but I would like to know how you maintain the typescripts and what tools you use to export the js files. I live in the Windows world, so Linux tools are of little use to me. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The project is now in TypeScript and compiled by esbuild to be able to export into 3 targets (iife, csm & esm), it's all explained in the 5.0 Announcement, so I assumed you didn't read it, you'll get more info by reading it. I'm also myself strictly using Windows but regardless, all these tools are not bound to any specific OS, all you need is Node18 |
Beta Was this translation helpful? Give feedback.
-
I am sorry for it. You are right. The grid is fine, I like the approach, and such an expansion is more easily made just for my project, without the aspects of community updates, and compatibility reasons and code review. I will praise your excellent work in detail. |
Beta Was this translation helpful? Give feedback.
The project is now in TypeScript and compiled by esbuild to be able to export into 3 targets (iife, csm & esm), it's all explained in the 5.0 Announcement, so I assumed you didn't read it, you'll get more info by reading it. I'm also myself strictly using Windows but regardless, all th…