hi,my list view page contains many columns (20).
when i use the inline-edit option and use it , then the button OK (a right cross icon) and the cancel button are not shown at the end of the row. i had to clic on the background and simulate a scolling to have it visible.
is there a length parameter to set up somewhere ?
i guess a scrollbar should appear or the table should be auto-expendable, but it seems it is not these both solutions…i use firefox updated, phpmaker 2020 updated and default template.Best regards
By default responsive table is enabled, there is a scrollbar at the bottom of the table. If you want to disable responsive table, see the topic Tools > Advanced Settings > Use Bootstrap responsive tables.
ok,i check the options you told me : all is ok/enabled by default.i just discover my problem have nothing to do with inline edit option: it happens even with many column.and i just discover the very-tiny scrollbar in the bottom : very transparent !!! almost invisible !is there a way to have i bigger, never transparent ?i noticed when the mouse cursor is o nthe last record, the scrollbar is hidden, you need to go to record-1Best record
That is OverlayScrollars, if you don’t like it, you may disable it in, for example, Page_Head server event, e.g.ew.USE_OVERLAY_SCROLLBARS = false;