Datatable in accordion doesn't show rows

I’ve got most of my application working as expected, but for some reason it fails to display the data.

When I enter a key word into the search box, the application should show my data. The pager updates, I see a placeholder row and the tooltip is firing, but there’s no text in the control. If I click on a row, the next page in the accordion opens, and it appears as if all of the other data is present.

Here’s an an example of: https://snippet.webix.com/7u3kqfs6

Hello @McNoober ,
As far as I can see, the fact is that this data format is not supported.
Here are the data formats that are supported: Examples of Data Formats of Configuration, Loading Data into DataTable Webix Docs
There are two alternatives:

Hi @annazankevich, that makes sense. Thanks for the example, I’ll conform my data to the presentation format and try again.

Have a great weekend!