So I was looking at the region definition of my theme and I found that the regions are not appearing properly. For instance, the sidebar is not displaying on the left side of the page; but instead it is displaying just below my content region. Below is a snippet of my page.html.twig file.
Hello, I wanted to know if there is a way to override the default search form block and remove the search box, leaving the search button only. Should I use the hook_form_alter in the .theme file or should I change the block---search-form-block.html.twig file? And I also wanted to know how to add Font Awesome's search icon on the button.
Thank you for your replies in advance, and any solutions would be most welcome. I am still new to Drupal and I would be really grateful for any help that you provide me with.
The original approach was incorrect since modifying the Drupal table was complex and difficult to be implemented as it is.
The approach I ended up taking was to create a custom dynamic javascript table with the jQuery UI sortable table plugin attached to it, and filling a Drupal table field with the values of that dynamic table. This way the developer has better control over the behavior of the table without having to change the underlying Drupal table behavior.