improve xmacro exporter
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user