center search input in neotable - Forum

Forum Navigation
You need to log in to create posts and topics.

center search input in neotable

How can we change the position of neotable's search input in center of a div (horizontally )?

Uploaded files:
  • You need to login to have access to uploads.

@asmat try this:

.search{
   margin-right:30%;
   margin-left:30%;
   width: 40%;
}

Regards.

CDY@44 and asmat have reacted to this post.
CDY@44asmat

Thank you luishp!

@Luishp, Is this possible we have more than one header row in the neotable like below?

https://css-tricks.com/position-sticky-and-table-headers/

@asmat, not sure. This plugin is based in a quite complex JavaScript library with many extensions. I didn't include all the original library capabilities in our plugin but they are there if you need to extend the plugin functionalities. Take a look here for more information:

https://bootstrap-table.com/

If you need the Plugin source code I can share it here.
Also note that current plugin version is using BootStrap Table v1.14.2 (it's possible to update it to the latest one).

Thank you @luishp.