Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug with template for last row's bottom border (#6515)
The logic that sets the bottom-border-width for the last row calls a function that doesn't exist - grid.getTotalRowHeight() (issue logged in #4413) so I've updated it slightly to calculate this value using the grid.getVisibleRowCount() multiplied by grid.options.rowHeight which should achieve the desired effect of the original logic.
- Loading branch information