asp.net mvc - Avoiding tables (HTML) to show business information -


i want learn new techniques show business information user.

i'm working in management system web aplication , it's been writen using mvc razor .net, entity framework , angular js.

in particular page client wants see bunch of information , he's used use excel, asked me make table keep excel similarity. here point want improve him experience.

i dont want use tables, because lot of information (at least 15 columns), know can have column selector user can choice columns wants see , kind of stuff problem is import him see informations right away.

i wonder kind of ux techniques, methods or frameworks can use give him better experience.

thank you.

that's tables meant for. if looking make clean , easy manage use bootstrap , maybe jquery plugin following:

bootstrap example

http://getbootstrap.com/css/#tables

http://www.datatables.net/


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -