angularjs - How to disable column / table sorting (initially enabled) in ui-grid? -
what api that?
use case why need it: while performing external sorting i'd disable sorting on table (because refresh content many times many times clicked column header) or on specific column , enable on success or error.
set
enablesorting: false
in grid option
change same property dynamically should work.
Comments
Post a Comment