Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #102663
    Joko Pitoyo
    Participant

    howto pass route parameter

    `

    router.route(‘/sampleview1?id=1’) , this not working

    `

    save to localstorage also not working

    `

    localstorage.setItem(‘id_edit’,1);

     

    //inside view

    localStorage.getItem(‘id_edit’)… undefined

    `

    #102666
    admin
    Keymaster

    Hi Joko,

    The router does not still support this functionality. We will consider implementing it.

    Best regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.