Aug 19, 2019 07:04 AM
When entering a new record were I have sort perimeters, the new line covers data already entered, as I am entering the new record. I need to see the previously entered line while entering the new record… Is there a way to stop this?
Tony SIms
Aug 19, 2019 06:21 PM
Welcome to the community, Tony! :grinning_face_with_big_eyes: Not currently. That’s Airtable’s way of saying, “Just FYI, this record is moving somewhere else in the list once you’re done editing its details.” The only way to avoid that is to temporarily disable sorting before entering new records by flipping the “Keep sorted” switch in the Sort popup, then reenable it after entry.
Aug 19, 2019 07:28 PM
Here’s a crazy approach; perhaps a kludge of massive proportions.
Unfortunately, the Airtable API is unable to provide any indications of a selected record (far left check box), so it would need an actual field that is selected to know which one to render back in the block.
Airtable also has no ability to drag and drop a record on a block (Airtable developers need to be spanked for that - seriously, information should easily interchange between elements in your own app).
Lastly, the Airtable rendering engine does not include the rows and columns so we can’t inspect the DOM to see where you are about to edit a row.
If this wacky idea is something you want to pursue, I’ll spool up an example just to see if it flies.