muhimasri / b-editable-table

A Bootstrap Vue editable table for editing cells using built-in Bootstrap form elements
MIT License
33 stars 11 forks source link

Enable to add form elements props #5

Closed muhimasri closed 3 years ago

muhimasri commented 3 years ago

There is no way for the user to add any of the Bootstrap element's props or attributes.

Solution - to enable adding props through the fields object. Example:

{ key: "name", label: "Name", type: "text", props: {...} }

muhimasri commented 3 years ago

This is fixed with release v0.1.0-beta.9