filter panel - avoid resize

filter panel - avoid resize

AlessandrovaAlessandrova Posts: 24Questions: 7Answers: 0

Link to test case: http://trovawiki.altervista.org/pnrr_pat.php

Description of problem: When I use the FILTER BUTTON the panel automatically resizes, according to the items found. For example it shrinks. I would like to stop it from resizing: I would like it to stay as large as when it is triggered.

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599
    Answer ✓

    That doesn't by standard, see an example here. Are there other event handlers on your page that could be doing this?

    Colin

  • AlessandrovaAlessandrova Posts: 24Questions: 7Answers: 0

    There is one, which I tried removing. It still shrinks.
    I am using a different DataTable repository for js/css: I wonder if this might be the cause.

  • AlessandrovaAlessandrova Posts: 24Questions: 7Answers: 0

    The problem is caused by the CSS framework I use:
    https://github.com/imperavi/kube

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    Ah good find. Were you able to workaround it or prevent it?

    Colin

  • AlessandrovaAlessandrova Posts: 24Questions: 7Answers: 0

    Unfortunately, I wasn't. Thanks for telling me where to look.

  • AlessandrovaAlessandrova Posts: 24Questions: 7Answers: 0

    Unfortunately, I wasn't. Thanks for telling me where to look.

Sign In or Register to comment.