EasyData icon indicating copy to clipboard operation
EasyData copied to clipboard

Adaptive CRUD for ASP.NET Core. With EasyData you can get both API endpoints and client-side UI for all CRUD operations in a matter of minutes using just your DbContext and a few lines of code.

Results 43 EasyData issues
Sort by recently updated
recently updated
newest added

When we delete a record it's deleted correctly but the list of records is not updated automatically. If we refresh the table manually after that - it works well and...

bug

using **SetIndex(int index)** method on entity attributes does not result to a correctly reordered set of attributes in EF view. Reordering is done right after the ProcessEntityType method call in...

We need the possibility to show pictures stored in BLOB fields of DB tables. It can be implemented as a special attribute for model class properties (e.g. [[Picture]]) that would...

enhancement
area:js-part
area:dotnet-part

Hi. I'm a newbie so maybe it's just I'm missing how to do it. But is there a way to set column header as combobox to filter it's content? Thanks

Hi, Is it possible to list the entities at the side bar so you don't have to go to the main page to select another entity? And is grouping of...

enhancement
area:js-part

It should be possible to use a custom query for the lookup view for a navigation property. I have for example now an entity which has a navigation property employee...

Testing the Sample Apps - starting with the React.Net6. Create a new Employee: ![image](https://user-images.githubusercontent.com/50699843/206469572-3e9caa1e-b7c8-4861-b732-dd031edd983e.png) Does include photo path (copied from another employee in the dataset) Results in this error: ![image](https://user-images.githubusercontent.com/50699843/206469793-255a8a8c-6dec-41c7-b2f0-63ecae05d00b.png)...

When you filter with the search bar and that you want to edit or delete a filtered entity, it will not actually delete or edit the entity you selected, but...

Hello, i found some broken dependencies on MVC template. ( EasyData\samples\EasyDataBasicDemo.MVC.Net6 ) ![image](https://user-images.githubusercontent.com/10622114/201480748-d50de96b-6833-4781-9b7f-0a247823e4dd.png)

Hello, For of all, thank you guys for creating and supporting this great library! I'm looking some hook to modify entity before saving it to DB. Use case: compress image...