File tree Expand file tree Collapse file tree 5 files changed +335
-1191
lines changed Expand file tree Collapse file tree 5 files changed +335
-1191
lines changed Original file line number Diff line number Diff line change 33 <div class =" flex max-w-2xl mx-auto mb-10 space-x-4 sm:mt-10" >
44 <div class =" flex flex-col flex-grow" >
55 <div class =" font-semibold mb-2" >
6- Tailwind Vue DataTable v2
6+ Tailwind Vue DataTable v0.2.1
77 <span class =" text-xs font-light" >by BitTheCat</span >
88 </div >
99 <div >
Original file line number Diff line number Diff line change 77 :items =" cloneItems"
88 :fields =" fieldsSimple"
99 :busy =" busy"
10- :body-class =" 'text-lg'"
11- :spinner-class =" 'text-green-500'"
12- :table-class =" 'overflow-hidden shadow ring-1 ring-gray-100 md:rounded-lg'"
13- :head-class =" 'bg-yellow-600'"
10+ :spinner-class =" 'text-red-500'"
1411 @check-row =" checkRow"
1512 @row-clicked =" checkRow"
1613 />
2825 multiple-sortable
2926 :total-rows =" items.length"
3027 :per-page =" perPage"
28+ :row-select-class =" 'bg-red-500'"
3129 enable-check
3230 @change-page =" changePage"
3331 @check-row =" checkRow"
You can’t perform that action at this time.
0 commit comments