Thank you, but my question is not exact the same.
For details model, we must click on details button, to see next level only
as in this example
<a href="/pro/demos62/nesting_local" class="acc-label">Nested grids</a>
I click on Africa, opens Northen and Central Africa, click on Northen Africa, see all it's countries
For tree model , the grid loads and show all below levels
as here
<a href="/pro/demos62/treegrid" class="acc-label">Features</a>
Opens with all data, show all folders, sub folders and files for all levels. When click on one folder, open/close all it's subfolders on all levels
I can not use tree model for my current work, because on every level I have different data and tree model for the same data
I want click on first level and open data for all it's below levels as in Tree
For example, if we use Continent->Sub Continent -> Country
I want by one click on Africa see both Northen and Central Africa SubContinents with there Countries (as in Tree)
But on every level there own details as in details model
- when click button before Africa, openes immediately:
<button> Africa col1_1 col1_2 col1_3
<>Norther Africa col2_1, col3_1, col4_1
<>Aljerial col3_1, col3_2
It it possible ?
Thank you