> Notice that you don't see the "Actions" button in the figure below. Instead, you see an "Edit" button. ABP is smart enough to show a single simple button instead of a actions dropdown button when the dropdown has only a single item. After the next section, it will turn to a drop down button.
@ -687,7 +687,7 @@ Open `/src/app/book/book.component.html` and make the following changes:
You can open your browser and click the **New book** button to see the new modal.


### Create a Reactive Form
@ -924,7 +924,7 @@ export class BookComponent implements OnInit {
Now, you can open your browser to see the changes:


## Updating a Book
@ -1052,7 +1052,7 @@ Open `/src/app/book/book.component.html` and add the following `ngx-datatable-
Added an "Actions" dropdown as the first column of the table that is shown below:
@ -1250,7 +1250,7 @@ Open the `Books.razor` and add the following `DataGridEntityActionsColumn` secti
The `DataGridEntityActionsColumn` component is used to show an "Actions" dropdown for each row in the `DataGrid`. The `DataGridEntityActionsColumn` shows a **single button** instead of a dropdown if there is only one available action inside it: