Yuom Theara
Yuom Theara
1- First work fine to installed `basic` to `themes folder` ```js "themes": { "amazon": false, "basic": true, ``` 2. I tried to change, but show error ```js /* Global */...
I got the same error ``` columnData.match is not a function ```
Could you explain on doc?
Now I fond the code ``` ret.push(number + '' + str) ``` I would to request you about this for lang option too π―
My `Khmer` lang ``` km.json { "useLongScale": false, "baseSeparator": "", "unitSeparator": "", "base": { "0": "ααΌααα", "1": "αα½α", "2": "ααΈα", "3": "ααΈ", "4": "αα½α", "5": "ααααΆα", "6": "ααααΆααα½α", "7": "ααααΆαααΈα",...
OK, thanks for your reply. I will try soon.
I would like to custom `action field` with current data row ```js const data = [{ _id: '01' date: '30/03/2017', action: ( this.handleEdit(this._id)} /> this.handleOpenConfirmDel(this._id)} /> ) ... }]; ```...
I have the existing excel template (with style, format, and sum of footer...). And then I generate new for this by insert new row base on `row 8`. So it...
Thanks for your reply, waiting for this option π
I would like to change my excel `Header Name` (not column name). For example: Column A is `First Name` (Header Name) change to `otherName` props in json converter.