Unplanned
Last Updated: 17 May 2021 14:12 by ADMIN
EK
Created on: 17 May 2021 14:12
Category: Splitter
Type: Feature Request
0
Add support for integers for the pane parameter in the Splitter size method

Currently, when the size method is used, the pane parameter could be set using string or jQuery element. I would like to have the support of setting the pane using integers. For example, setting the size of the first pane could be as follows:

var size = splitter.size(1, "40%");
0 comments