简体   繁体   中英

Which UI Design Framework to use for designing and ERP Web Application

I am actually trying to design an ERP web application, currently working with Angular Material, but seems each input element takes a lot of space(vertical height) on the page, so if I have have 15 input element then I have to scroll down to see and fill. Loved Angular Material but want to try something similar which is free(of course) and best compatibility with angularjs. Thanks.

You can use St table with pagination so that your view is broken into multiple pages, or create your own pagination as well.

It is best practice to make lesser bindings/watchers per page.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM