javascript - How to only show specific columns in ui-grid.js -


i have json data (rest response) many (partly nested) parameters want show specif ones.

how hide , enable specific ones? parameters shown columns.

so not want hide one-by-one excludeparameters or columndef visible = false (because list of parameters can different based on rest response).

do have idea? intension change default visibility false , wanted parameters true (via columndef visible). solution that?

thanks in advance, chris


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -