Yuom Theara

Results 133 comments of Yuom Theara
trafficstars

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 ```

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.