Can someone show me an example of how to place a data table widget (or any other widget for that matter) in an accordion? I tried the code in the snippet below, but the table wouldn’t show up. The documentation for Accordion suggests this is possible, but none of the examples show how.
I also have the same issue. Furthermore, once both the Accordion is minimized it does not open up again!
I managed to figure it out by looking at http://webix.com/demos/booking.html. See the snippet below.
http://webix.com/snippet/edb3f348
This lets me both embed a data table and minimize/un-minimize.
Thanks. I looked at the code snippet, but unfortunately once i minimize both ‘table 1’ and ‘table 2’ I am unable to expand them again to see the data table or any other content. Does it work for you?
You are right. If both accordianitems are minimized, then nothing shows up (still) when trying to re-expand.
This feature still in the roadmap, but as a quick solution, you can define an empty view somewhere among the accordion items.
Please, check the snippet:
Thanks! That works for me.