Posted 17 April 2020, 12:28 pm EST - Updated 3 October 2022, 10:25 am EST
Hi, I am replicating some features of excel and one of this is the VLOOKUP. I am using modal to imitate the VLOOKUP function of MS Excel. During development (using ReactJs), I ran into some challenges. I wasn’t able to sync the spreadsheet while navigating on modal.
After selecting the VLOOKUP on the dropdown, a modal will popup.
Then user will select on spreadsheet which value to set on Lookup_Value (on modal). Here you can see that the 1st selected cell is now out of focus or inactive.
Same here when user is selecting for the Table_Array value.
Is there any possible way or workaround that you may suggest to sync the spreadsheet’s VLOOKUP function with bootstrap modal? Your kind assistance would be graciously accepted. Thanks in advance.