Skip to content

Commit

Permalink
Merge pull request #786 from NASA-IMPACT/64-remove-search
Browse files Browse the repository at this point in the history
64-remove-search: change dom property in datatables
  • Loading branch information
Jmok19927 authored May 30, 2024
2 parents 67d80a7 + d7c0a13 commit 282c64c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sde_indexing_helper/static/js/collection_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ let table = $("#collection_table").DataTable({
layout: {
topStart: "searchPanes",
},
dom: "PiBf",
dom: "PiB",
buttons: [
{
text: "Customize Columns",
Expand All @@ -85,8 +85,7 @@ let table = $("#collection_table").DataTable({
targets: 8,
visible: false,
},
{ width: "200px", targets: 1 },
{
{ width: "200px", targets: 1 }, {
searchPanes: {
options: [
{
Expand Down

0 comments on commit 282c64c

Please sign in to comment.