I am currently exploring Bootstrap 4.
In Bootstrap 3, I had implemented inline editing using x-editable.
But for Bootstrap 4, I couldn't find how to implement inline editing.
Any suggestions?
Works for me with this trick:
$.fn.editableform.buttons = '<button type="submit" class="btn btn-info editable-submit"><i class="fa fa-fw fa-check"></i></button>' + '<button type="button" class="btn editable-cancel"><i class="fa fa-fw fa-remove"></i></button>' ;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With