mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +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
|
@ -511,7 +511,12 @@ class AjaxUI {
|
|||
var promise = $('#part_list').initDataTables(settings,
|
||||
{
|
||||
"fixedHeader": { header: $(window).width() >= 768, //Only enable fixedHeaders on devices with big screen. Fixes scrolling issues on smartphones.
|
||||
headerOffset: $("#navbar").height()}
|
||||
headerOffset: $("#navbar").height()},
|
||||
"buttons": [ {
|
||||
"extend": 'colvis',
|
||||
'className': 'mr-2 btn-light',
|
||||
"text": "<i class='fa fa-cog'></i>"
|
||||
}]
|
||||
});
|
||||
|
||||
//Register links.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue