Enterprise Data Grid & UI Components for Angular, React & Blazor Forums Table I’d like to get some opinions about: Table.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #113448
    emily.thorne91
    Participant

    Is it possible to use virtual scrolling with Smart Table in web app? How to enable it?

    #113475
    admin
    Keymaster

    Hi,

    The feature is supported.

    <smart-table id="table"></smart-table>
    const table = document.getElementById('table');
    
    table.virtualization = true;

    Best regards,
    Markov

    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.