TechTuesday Inphinity Forms in container

Поділитися
Вставка
  • Опубліковано 29 кві 2024
  • Customization of the Inphinity Forms in the Qlik Cloud new layout container with the help of CSS.
    Script for users to copy and paste:
    The css code used in the video:
    div.virtual-table {
    overflow: hidden !important;
    }
    .inphinity-forms .virtual-table .virtual-table-header {
    background: none ;
    }
    .inphinity-forms .virtual-table .virtual-table-footer {
    display: none
    };
    .forms-autosave-indicator { display: none !important; }
    .forms-autosave-indicator__inactive { display: none !important; }
    .collaboration-status { display: none !important; }
  • Наука та технологія

КОМЕНТАРІ • 1

  • @roblange19
    @roblange19 2 місяці тому

    Nice work Gilly 😉