AvshT
AvshT
**@tiberiuzuld We need this to be fixed please.** (You can see how its works in gridster.js https://dsmorse.github.io/gridster.js/demos/responsive.html)
Try to use the **url** propery instead https://stackblitz.com/edit/nebular-menu-query-params-active-nzzoq5?file=src/app/app.component.ts
@NeilFraser Thank you for your solution. It actually works with up to 2^21 file rows. By simply replacing **String.fromCharCode** with **String.fromCodePoint** and **String.charCodeAt** with **String.codePointAt**, and changing **maxLines** to **2M**,...