I have been googling around and checking the docs to see if it is possible to set the bootstrap table export extension to only show CSV or specific options. At the moment
data-show-export="true"
it is showing everything. Has seen here Codepen example Is it possible to set specifics export type(s)?
Thanks
Just add exportTypes: ['csv']
to bootstrapTable
options.
you can add more options to this array ['csv', 'excel']
etc...
i have edited your codepen example: https://codepen.io/anon/pen/zmGWLq
More detailes here: