This demo showcases the new built-in selectAllRows() API method.
Method: table.selectAllRows()
Returns: Number - Count of rows selected
Description: Selects all currently visible/filtered rows in the table. Respects pagination, search filters, and column filters.
Events: Triggers a custom 'selectAll' event with selection details.