Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaAlRashed authored Nov 11, 2024
1 parent d6adf4f commit 9cca11d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,14 @@ And Gridazor client-side:
```js
@section Scripts{
<script>
const gridElement = document.querySelector('#myGrid');
const gridazor = new Gridazor(gridElement, {
propertyName: '@nameof(Model.Products)',
enableDelete: true,
deleteButtonId: "delete-button",
addByButton: true,
addButtonId: "add-button"
});
</script>
}
```
Expand Down Expand Up @@ -124,7 +126,6 @@ Contributions are welcome! especially front-end developers, to improve the custo
- Extend Gridazor options with AgGrid options.✅
- Introduce more events.✅
- Show validation error when the cell is required.✅
- Support Backend Validation.
- Support search using Ajax with GridazorDropdown.
- Support Localization.✅
- Support multiple files input.
Expand Down

0 comments on commit 9cca11d

Please sign in to comment.