Hi,
help me, please how to create a “virtual” column that consists of values from two fields. e.g. data = {col1: 111, col2: 222} table should have 3 columns, corresponds to col1, col2 and combined col3 (concat values from col1 and col2): 111 222 111222
Hi @igorlab
Here’s an example https://jsfiddle.net/hq5y03o9/1/ I used columns to pass a concatenated value of col1 and col2 key.
columns
col1
col2
many thanks, Aleksandra
You’re welcome @igorlab
If you’d need anything more than that, feel free to contact me at support@handsontable.com or create a new ticket.