Adam Bender
Adam Bender
Issue Number / Link: #132 Summary of the issue: Implemented the sticky header feature Description outlining how this pull request resolves the issue: - Added the stickyHeader configuration property. It's...
Sample code: ``` var map = L.map('map', { minZoom: minZoom, maxZoom: maxZoom, crs: L.CRS.Simple, zoom: 4, //ignored center: L.latLng(-26.96875, 94.140625) //ignored }); L.tileLayer.zoomify('Map_of_the_world_1998/', { width: 11776, height: 6656, tolerance: 0.8,...

Currently, the dropdown panel of the Select component always shows below the element. Let be configurable with the following values: - Default: dropdown shows below the element by default. If...




