Accept floating point values for table cell height and width #3164
Labels
plugin:tabletools
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
type:feature
A feature request.
Milestone
Type of report
Feature request
Provide description of the new feature
For now floating point values are parsed to integer. We could change it just by replacing
parseInt()
withparseFloat()
in a few lines of code. Then users will be able to use popular height/width values like33.3%
.The text was updated successfully, but these errors were encountered: