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

bootstrap table can't deal with uneven table #1

Open
mcampos-quinn opened this issue Apr 16, 2021 · 0 comments
Open

bootstrap table can't deal with uneven table #1

mcampos-quinn opened this issue Apr 16, 2021 · 0 comments

Comments

@mcampos-quinn
Copy link
Owner

currently the batch compare by field set template allows for table rows with an arbitrary number of tags. Bootstrap table balks at this and doesn't allow search/pagination.

Proposed solution is to fluff the comparison dict returned by batch_compare.py batch_compare_{field set}() with extra empty data values so the table can be nice and square.

Accomplish by counting the max number of columns in a given row after the dict is complete and fluff out any row dicts that are short.

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

1 participant