I have lots CRUD operations in my project. I want to write generic function for same and include them in a single JS file. I will send relevant parameters to them and thereby achieve the required.
Please guide.
I have lots CRUD operations in my project. I want to write generic function for same and include them in a single JS file. I will send relevant parameters to them and thereby achieve the required.
Please guide.