improve xmacro exporter

This commit is contained in:
2018-07-29 22:47:16 +02:00
parent 8f76ce3569
commit 7746d85e5f
4 changed files with 148 additions and 41 deletions
@@ -8,6 +8,7 @@
'csv' => 'CSV table',
'csv-tab' => 'CSV table, tabbed',
'c' => 'C structs array',
'xmacro' => 'C X Macro',
] as $type => $title)
<li><a target="_blank" href="{{ route('table.export', [
@@ -23,3 +24,8 @@
@endforeach
</ul>
<p>
Note: In the X Macro option, add <code>&noq=foo,bar</code> to the URL
to strip quotes from specified columns
</p>