I am looking for a working example - "Expand detail auto collapse other rows with detail view"
See original GitHub issueI have example which i use https://live.bootstrap-table.com/example/options/detail-view-icon.html - here i do test
I had read https://bootstrap-table.com/docs/api/events/#onexpandrow
I had saw it http://jsfiddle.net/wenyi/e3nk137y/18029/
all of it not helped me
I have that what i need http://jsfiddle.net/2Dj7Y/1582/ (the example not with bootstrap-table
)
how are their put together?
thank you for advance
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
Expand, collapse, or show details in a PivotTable or PivotChart
Right-click the item, click Expand/Collapse, and then do one of the following: To see the details for the current item, click Expand. To...
Read more >How to group rows in Excel to collapse and expand them
Another way to collapse rows in Excel is to select any cell in the group and click the Hide Detail button on the...
Read more >How to Expand and Collapse Pivot Table Fields Levels
To see the details for all items in the selected pivot field, click Expand Entire Field. In this example, that will expand all...
Read more >Expand and Collapse All Detail Rows - Kendo UI Grid for jQuery
An example on how to expand and collapse all detail rows in a Kendo UI Grid.
Read more >Expand and Collapse Details in an Excel Pivot Table - YouTube
In a pivot table, you can show all summarized data, or focus on details. One way to hide or show data is by...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The Example above was just a way how you could do it, i dont tested it completly. Just check if the current index is equal to the saved index (expandedRow), then ignore it. Example: https://live.bootstrap-table.com/code/UtechtDustin/3599
Something like this: https://live.bootstrap-table.com/code/UtechtDustin/3597 ?