Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List entities at a side bar #161

Open
howest-alexander opened this issue Jan 19, 2023 · 3 comments
Open

List entities at a side bar #161

howest-alexander opened this issue Jan 19, 2023 · 3 comments
Labels
area:js-part EasyData JS part enhancement New feature or request

Comments

@howest-alexander
Copy link

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 those entities possible? Or is this in development?
Or do we have to do this with separate pages and render one entity per page?

Thanks

@korzh korzh added enhancement New feature or request area:js-part EasyData JS part labels Jan 22, 2023
@korzh
Copy link
Collaborator

korzh commented Jan 22, 2023

I'm sure it's possible to show the list of entities in the sidebar even in the current version. It's a matter of modifying EntityView or creating a new view class that has a slightly different layout.

We will investigate this possibility.

@Alerinos
Copy link

Alerinos commented Feb 1, 2023

@korzh
An API would be useful to be able to handle it yourself, for example:

var tables = easydata.GetAllTables()

foreach(var t in tables){
<a href=".../t.Name">t.Name</a>
}

@ridingmower
Copy link

Hello, this is nice another suggestion, how can we make the grid auto fit the entire container, with custom BS 5 styling

  • Location: can we have the entities in the menu sidebar, would this be something we can edit, if so where
  • Role based Access, we dont want all roles to have access to all tables
  • Easily navigate between entity to entity, after modifying the entity item without returning back.
  • Enums and Foreign keys as drop down options
  • load only some properties, for e.g. when a aspUser table is split into 3 tables, option to load one or all 3 tables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:js-part EasyData JS part enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants