AdminLTE
AdminLTE copied to clipboard
AdminLTE - Free admin dashboard template based on Bootstrap 5
This pull request introduces a new layout for a collapsed sidebar without hover functionality. The main changes include adding a new navigation item, creating a new page for the layout,...
The datatables checkbox is off-centered. While it's working just fine the visual presentation is not accurate. The code I'm using to create it: `columns: [ { data: null, defaultContent: ""...
When converting the face to Arabic, the design differs and does not accept any modification to the user’s face, such as direction: rtl; **Describe the bug** A clear and concise...
**Describe the solution you'd like** I just saw the bootstrap.css is in adminlte.css, I am thinking is it possible to keep bootstrap.css no change and use another signle file for...
Added the TS needed to store the sidebar state in the browsers local storage. This will store the state of the sidebar menu so that if it is collapsed or...
When I have closed or opened the sidebar menu, I would expect it to keep that state when I reload the page or go to another page. Currently, AdminLTE does...
**Describe the bug** Fixed (sticky) footers were available in available in AdminLTE 3 as documented at [https://adminlte.io/themes/v3/pages/layout/fixed-footer.html](https://adminlte.io/themes/v3/pages/layout/fixed-footer.html). A fixed footer was also used in the [AdminLTE 3 Dashboard v2](https://adminlte.io/themes/v3/index2.html) example....
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Issue when using the theme with Angular** When using Angular, I put the top navigation, sidebar navigation, and footer in different Angular components. Angular creates a new HTML tag behind...