mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Added columns to be ignored on export
This commit is contained in:
parent
e8310c8f3c
commit
945d910ca2
|
@ -33,13 +33,14 @@ $('.snipe-table').bootstrapTable({
|
|||
exportTypes: ['csv', 'excel', 'txt','json', 'xml'],
|
||||
exportOptions: {
|
||||
fileName: '{{ $exportFile . "-" }}' + (new Date()).toISOString().slice(0,10),
|
||||
ignoreColumn: ['actions','change','checkbox']
|
||||
},
|
||||
maintainSelected: true,
|
||||
paginationFirstText: "{{ trans('general.first') }}",
|
||||
paginationLastText: "{{ trans('general.last') }}",
|
||||
paginationPreText: "{{ trans('general.previous') }}",
|
||||
paginationNextText: "{{ trans('general.next') }}",
|
||||
pageList: ['10','25','50','100','150','200'],
|
||||
pageList: ['10','25','50','100','150','200','500','1000'],
|
||||
icons: {
|
||||
paginationSwitchDown: 'fa-caret-square-o-down',
|
||||
paginationSwitchUp: 'fa-caret-square-o-up',
|
||||
|
|
Loading…
Reference in a new issue