add option to upload file when creating a table

This commit is contained in:
2018-08-12 22:38:08 +02:00
parent 7ae41b368e
commit 13b22f7cb4
5 changed files with 82 additions and 15 deletions
@@ -23,7 +23,7 @@
}
@endphp
{!! Widget::par('Append rows from pasted CSV lines or uploaded CSV file') !!}
{!! Widget::par('Append rows from pasted CSV lines or an uploaded CSV file') !!}
{{-- TODO interactive widget to select which cols are included, and in which order --}}
{!! Widget::labeledPar('Columns', implode(', ', $cols), '', false) !!}