2

In ng2-smart-table when user add data and instead of add data clicked on cancel button and again clicked on add then it shows old field data.

I need to set that when user clicked on cancel button, His field data must be clear.

Demo

I have searched a lot but I didn't find any help and I have also checked in it's doc and they are not providing it's event.

khushboo
  • 715
  • 2
  • 11
  • 24

1 Answers1

1

In the ng2-smart-table doc, there is no any event for this. If you want then you might update it's node-module file.

Make sure after update that you will not get it changes when you make a build of the app.

Sachin Shah
  • 4,503
  • 3
  • 23
  • 50