Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

defalut is Open,but i what I need is closed... #11

Open
DavidMGT opened this issue Apr 20, 2018 · 1 comment
Open

defalut is Open,but i what I need is closed... #11

DavidMGT opened this issue Apr 20, 2018 · 1 comment

Comments

@DavidMGT
Copy link

DavidMGT commented Apr 20, 2018

 for (PayDetail payDetail : loanDetails.getRepaymentList()) {
        Section<PayDetail, PayDetail> section = new Section<>();
        section.parent = payDetail;
        section.children.add(payDetail);
        section.expanded = false;
        binding.elLoanList.addSection(section);
        binding.elLoanList.addChild(payDetail, payDetail);

    }.

still is open.

@acousticksan
Copy link

acousticksan commented Jul 17, 2018

for (PayDetail payDetail : loanDetails.getRepaymentList()) {
        Section<PayDetail, PayDetail> section = new Section<>();
        section.parent = payDetail;
        section.children.add(payDetail);
        section.expanded = false;
        binding.elLoanList.addSection(section);
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants