spaceph
spaceph
Hi mgol, The issue exists in both 1.12.1 and 1.13.x. I scanned the code, the dom is attached into different class attributes under _classesElementLookup_ during creating. But there isn't method...
hi @elapouya is SVG-based image supported now? from **Inline Image** at https://docxtpl.readthedocs.io/en/latest/, I see that JPEG and PNG are supported. Hope for your reply?
Hi, guy I evaluated several versions and found the versions from v8.4.0 to v11.x.x perform well for merging cells. but it degrade sharply from v12.0.0. it puzzles me. is there...
@AMBudnik I shared my sample code as follows: ` import 'handsontable/dist/handsontable.full.css'; import * as Vue from 'vue'; import Handsontable from 'handsontable'; import { HotTable } from '@handsontable/vue3'; function getDebugInfo() {...
Hi @AMBudnik I also run with JS-based API in my evaluation project and append the timestamp, `onMounted(()=>{ let _ret = generateData(); let div = document.getElementById('example') console.time('HandsonTable') new Handsontable(div,{ data: _ret.data,...
> @PH8919 if the dataset is large, it would be better to create the meta schema for the mergeCells before table creation. It seems that mering criteria can be obtained...
@AMBudnik I must tell you that when I go back to v11.x.x with "handsontable": "^11.0.0", it only takes about 4s to build the table with "new handsonTable". with the same...
Hi @AMBudnik I am sorry I cannot share my demo with e-mail due to some reason, I can only paste it here and it belongs to App.vue in vue demo...
Hi @AMBudnik Okay. that is a good suggestion.
@Tanishqmalu Sorry I didn't format the data type on web corrently. My local data is as you listed. Thanks.