vue-ads-table-tree
vue-ads-table-tree copied to clipboard
Set min-width for the top toolbar, so it is usable with narrow tables.
Maybe there is a better fix, but I went with style
attribute for the following reasons:
- Tailwind css doesn't provide a suitable class for the purpose.
- I'd like to avoid creating
<style>
sections in project code, so that vue-ads-table-tree styles don't have to be imported, only tailwind css if necessary.