Clicking the delete button under “Actions” will show a confirmation popup asking “Are you sure, you want to delete this?”. There will be “Yes” and “No” buttons in the popup. If the user clicks “Yes” then the item is deleted, otherwise not.
#Data will come from the database with paging. So if the user is viewing 10 items per page, only 10 items should be fetched from the database even if there are thousands of rows in the database table.












