Skip to content

Commit

Permalink
self-xdsd#258 Improvements for table pagination, search input and fil…
Browse files Browse the repository at this point in the history
…ters.

- fixed bug where invoices table searching was disabled, thus making search builder plugin to not work.
  • Loading branch information
criske committed Jan 12, 2021
1 parent cc1c502 commit 757adc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/public/js/getAndAddContracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ var projectContractsCount = -1;
)
$("#invoices").show();
$("#invoicesTable").DataTable({
searching: false,
dom: "<'row w-100 align-items-center'<'col-sm-12 col-md-12 justify-content-end'Q>>" +
"<'row w-100'<'col-sm-12'tr>>" +
"<'row w-100 align-items-center'<'col-sm-12 col-md-4 justify-content-end mb-1'i><'col-sm-12 col-md-8 d-flex justify-content-end align-items-center'lp>>",
Expand Down

0 comments on commit 757adc2

Please sign in to comment.