Overview
The text input column allows you to render a text input inside the table, which can be used to update that database record without needing to open a new page or a modal:Validation
You can validate the input by passing any Laravel validation rules in an array:Customizing the HTML input type
You may use thetype() method to pass a custom HTML input type: