Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: TT-382 configuration of the dom and lengthMenu of the datat…
…able
  • Loading branch information
JosueOb committed Oct 19, 2021
commit c66cae3bba275f8c69b50ed75a98345713a232e7
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ import { getReportDataSource } from '../../../time-clock/store/entry.selectors';
export class TimeEntriesTableComponent implements OnInit, OnDestroy, AfterViewInit {
dtOptions: any = {
scrollY: '590px',
dom: 'Bfrtip',
dom: '<"d-flex justify-content-between"B<"d-flex"<"mr-5"l>f>>rtip',
pageLength: 30,
lengthMenu: [[15, 30, 50, 100, -1], [15, 30, 50, 100, 'All']],
buttons: [
{
extend: 'colvis',
Expand Down