mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-31 08:14:41 +02:00
Use a better style for the part table.
This commit is contained in:
parent
3cb04c2580
commit
3c16ed6be7
4 changed files with 39 additions and 5 deletions
|
@ -8,6 +8,13 @@ datatables:
|
|||
lengthMenu : [10, 25, 50, 100, 250, 500, 1000, 2500]
|
||||
pageLength: 50
|
||||
#dom: "<'row' <'col-sm-12' tr>><'row' <'col-sm-6'l><'col-sm-6 text-right'pif>>"
|
||||
dom: " <'row'<'col mb-2' l> <'col mb-2'<'pull-right' p>>>
|
||||
<'card border-primary'
|
||||
<'#part-card-header.card-header bg-primary text-white'>
|
||||
rt
|
||||
<'card-footer card-footer-table text-muted' i >
|
||||
>
|
||||
<'row'<'col mt-2' l> <'col mt-2'<'pull-right' p>>>"
|
||||
pagingType: 'simple_numbers'
|
||||
searching: true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue