Click here to Skip to main content
15,868,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i want to save the order of the list when user change the order of the list, when that user again log in to the site, site must show the order that user had change previous time.

What I have tried:

private SaveSortModuleIndustry = (): void => {
var moduleObject = this.$scope.ModuleResponse.ModuleTypes as Array<model.admin.moduletype>;


}
Posted
Comments
ZurdoDev 14-Sep-18 14:23pm    
Save it into the database.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900