mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 02:05:16 +02:00
Added some additional columns to part list.
They are hidden by default but can be shown by a colvis button.
This commit is contained in:
parent
16139d1afd
commit
720e1cd04e
10 changed files with 310 additions and 70 deletions
|
@ -8,15 +8,16 @@ 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'>
|
||||
dom: " <'row'<'col mb-2 input-group' B l> <'col mb-2' <'pull-right' p>>>
|
||||
<'card'
|
||||
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
|
||||
stateSave: true
|
||||
|
||||
|
||||
template_parameters:
|
||||
# Example classes to integrate nicely with Bootstrap 3.x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue