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

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -