Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ccc

Pages: [1]
1
Got it!
Thanks!

2
Hello,

We have date/object data in the grid cell, and use format/render to display them.

If we select and copy these cells, can we get the rendered data instead of the raw data?

Sample data of the row:

Code: [Select]
{
  id: 1,
  ETA: '2017-01-24T00:00:00',
  country: {name: 'Japan', code: 'JP'},
}

When copy, we want to get

Code: [Select]
01-24-2017 JP: Japan

Sample code: https://jsfiddle.net/ccchc/vyc7ync3/37/

Best Regards.

Pages: [1]