w2grid.removeRange

Removes a range or ranges from the grid.
removeRange(range_name, [range_name], ...)
range_name string, field name of the column
Returns integer.

Description

Removes a range or ranges from the .ranges array. The range is identified by the name, which you provide when you add a range with .addRange() method. The method returns the number of ranges it removes.
If you have grid defined as: You can add a range by: And remove this range by:

User Comments

comments powered by Disqus