maxrks
maxrks
I think it would be better if `auto fit` by column( cells' content width by column) automaticly when grid was loaded. At the present, the user has to click column's...
I've fixed it at the `onLoad` event. ``` onLoaded: (PlutoGridOnLoadedEvent event) { columns.forEach((e) { event.stateManager.autoFitColumn(context, e); }); }, ```
**Server side:** In API controller, do read pdf or generate pdf as `buffer`, change `buffer` to base64 string with `buffer.toString('base64')`. **Client side:** Make a post to the server side controller,...
https://github.com/vbenjs/vite-plugin-vue-setup-extend/issues/11#issuecomment-1328654107 > vite-plugin-vue-setup-extend-plus package中type设置为“commonjs”。 ` "type": "commonjs", `
#重复问题,按这个可以解决 https://github.com/xdlumia/vue3-video-play/issues/124#issuecomment-1807605217