How to speed up adding items to the TAdvTableView when using the HTML Placeholders

I have an application where I am considering using the TAdvTableView to get access to the HTML formatting feature. I did a test, adding a few hundred text items with a couple of placeholders in the HTML Template. It was very slow and did not refresh until all items were added. I hope I'm not using best practices in the way I'm doing it, so I was wondering two things.

How to speed up the addition of items? And, can the live bindings be used to add items when using the placeholders?

Please use AdvTableView1.BeginUpdate & AdvTableView1.EndUpdate wrapping to code to add the items. This will speed up the loading process. There is no LiveBindings support unfortunately.