robsontenorio / mary

Laravel Blade UI Components for Livewire 3
https://mary-ui.com
Other
990 stars 117 forks source link

Table Options #477

Closed Misagh90 closed 3 months ago

Misagh90 commented 3 months ago

How do you set colspan & rowspan in tables?!

<tr>
        <td>content</td>
        <td>content</td>
        <td>content</td>
        <td>content</td>
        <td>content</td>
</tr>
<tr>
        <td>content</td>
        <td colspan="4"><textarea >foo</textarea></td>
</tr>
robsontenorio commented 3 months ago

I can’t realize an easy way to provide this. What do you suggest ?