JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Table [paging] is not work for ajax tables

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #104515
    uterere
    Participant

    Hallo,

    for Angular, the option [paging] is ignored by the smart-table when I use an ajax data source. The pager always appear.

    One example can be found in the official dashboard example.
    There in ajax-data.component.ts I found the command

    document.querySelector(‘smart-pager’)?.remove();

    in the initialization, which removes the pager by force.

    I don’t think this is a good solution because I would have another smart-pager in the same view.
    How to improve this?

    Thanks
    Ute.

    #104519

    Hi,

    The paging functionality is required when using virtual data source.
    This is the reason why changing paging to false does not work.

    Best Regards,
    Svetoslav Borislavov

    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.