FMXTableView LookupBar disappears

Hi!
The tableview lookupbar disappears when the item detail [BACK] button is used (my code and provided demo have same behavour).

Is there an easy way to force it to be displayed after returning from item detail view? I tried setting lookupbar to true onexit of detailview but that didn't work.

Thanks
Neil

Hi, 


This is unfortunately an issue in TTMSFMXTableView that has been fixed and will be available in the next release.

Kind Regards, 
Pieter

I did find a work around after posting the message using the OnBackButtonClick routine. Key was realizing that need to toggle either the CategoryType or LookupBar. My original efforts had been just to set them but after playing with demo realized toggling would force the component to refresh and display the categories.