JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Table › Race condition? › Reply To: Race condition?
February 27, 2025 at 3:48 am
#112285
Participant
Thanks for checking. I’m setting up the table within another web component. I realized that I may just need to do a requestUpdate() after the window.Smart() (or possibly an await requestUpdate()). I’ll try that and see if it fixes the problem.
Will the window.Smart call return an instance of the table? If so, I could also possibly just save that instance instead of looking up the table by ID with a query selector.
-
This reply was modified 3 weeks, 3 days ago by
Scott Arnold.