medhatelmasry / GoodBooks

Accounting System built in ASP.NET DotNetCore, ReactJS, MobX. Don't forget to click STAR if you like this project.
http://accountgo.net
MIT License
4 stars 0 forks source link

Exand & collapse chart of accounts #17

Open medhatelmasry opened 1 month ago

medhatelmasry commented 1 month ago

When a top level account is clicked then the sub-accounts should expand like an accordion.

medhatelmasry commented 1 month ago

image

ydongchoi commented 1 month ago

Reference

  1. https://www.ag-grid.com/angular-data-grid/grouping-opening-groups/ - maybe can't use because of Enterprise License.
  2. https://codepen.io/n3k1t/pen/OJMGgyq - bootstrap table with expand & collapse.

Demo

https://github.com/medhatelmasry/GoodBooks/assets/84194034/a1c5c747-3d32-4b13-8624-d1368b1a5b1a

Feedback

I just developed demo table that has accordion feature. Could you please give me feedback?