How to get ride of the upper and low part of the table

How to get ride of the upper and low part of the table

tsurubasotsurubaso Posts: 32Questions: 8Answers: 0

Description of problem:
Hi there,
I hope you are well.
I get to do what I want and I have enough fun.
This time I wanted to know how to get rid of this upper and lower part of the table.

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    You can use dom to only show the table - see here - all other controls such as the search and table info have been removed.

    Colin

  • tsurubasotsurubaso Posts: 32Questions: 8Answers: 0

    a great thanks for answering the question!!
    Nice!
    Will work on that.

  • tsurubasotsurubaso Posts: 32Questions: 8Answers: 0
    edited June 2022

    Now I have a white separation between table and navbar bt5.
    I tried Css bottom and top margin 0 without success.

    how to get rid of that?

    How can we leave just the search tag only??

  • allanallan Posts: 61,623Questions: 1Answers: 10,090 Site admin

    We'd need a link to a test case showing what you have done with the dom option. You might need to float elements, use flex-box, or if you are using a styling framework, wrap them in suitable elements.

    Allan

  • tsurubasotsurubaso Posts: 32Questions: 8Answers: 0

    Hello Allan and thanks.
    I am not strong enough to understand all you are saying.
    but here is the data.
    https://pastebin.com/jcPYJz4e

  • allanallan Posts: 61,623Questions: 1Answers: 10,090 Site admin

    dom: 't',

    The search input shouldn’t be showing at all with that.

    Like I said - I would need a link to a page showing the issue to be able to help.

    Allan

Sign In or Register to comment.