# Selectable Rows

`selectAllMode` applies only to `multiple` select mode on the client component. By default it is set to `all`, which means that when checking the checkbox on top of the table all filtered rows will be selected. Set to `page` in order to select only the visible rows on the current page. The above applies to the client table, which has all of the data available. On the server component, only the currently visible dataset will be selected.
