Skip to main content
Solved

Feature request - get the currently selected fields


Hey, would love to be able to not only get the cursor.selectedRecordIds, but also the selected fields, if any fields are selected in a grid view. Seems like there will be many use cases that would require such functionality. I personally have a few.

Thanks,
Ronen

Best answer by Kasra

Hi! SDK v0.0.42 adds support for this using cursor.selectedFieldIds

https://github.com/Airtable/blocks/blob/master/packages/sdk/CHANGELOG.md#0042---2020-02-10

View original
Did this topic help you find an answer to your question?

2 replies

  • Inspiring
  • 192 replies
  • Answer
  • February 12, 2020

Hi! SDK v0.0.42 adds support for this using cursor.selectedFieldIds

https://github.com/Airtable/blocks/blob/master/packages/sdk/CHANGELOG.md#0042---2020-02-10


Kasra wrote:

Hi! SDK v0.0.42 adds support for this using cursor.selectedFieldIds

https://github.com/Airtable/blocks/blob/master/packages/sdk/CHANGELOG.md#0042---2020-02-10


Yes, I saw it in the version changelog. That’s great. Thanks!

On a related subject, Any plans to support getting currently expanded records? I sent you an email with the use case.

Cheers,
Ronen Babayoff
Superblocks.at


Reply