Questions tagged [mdbootstrap]

A Material Design UI kit for Bootstrap 4

Use Official Support instead.


MDBootstrap is a third party wrapper to Bootstrap that provides Material Design features and styling. It is free for personal and commercial use, but also has a premium version with additional styles

Links:

327 questions
0
votes
0 answers

How to prevent my td stacking below each other?

I am trying to make a table responsive when the screen size gets smaller. It is a table-responsive class inside a col-6, but when the screen gets smaller, the td's and th's get stacked below each other.. I want the table to get smaller, or just…
trinity
  • 11
  • 4
0
votes
0 answers

How to correctly set a date using datepicker?

I have 3 pages: registration all values detail page Once I register all the values ​​on the registration page, and go to the page where I see all my results, obviously as I set I get the date of a value, so far nothing strange, when I then go to…
0
votes
2 answers

Overriding CSS for rendered MDBootrap elements

I am using MDBoostrap (similar to Bootstrap) for styling my elements in a React app. Now I have a select element which is written like as shown below.
Dory
  • 95
  • 4
  • 19
0
votes
1 answer

Mutate object to use in MDbootstrap Vue

I am using MDBootstrap for Vue js, the way to use datatable is to to use prop :data="data" which I calling here tableData and I have columns ready but I need to mutate the rows inside my object, I couldn't do that with rows:this.data or rows:data…
tarek hassan
  • 772
  • 11
  • 35
0
votes
0 answers

jQuery.Deferred Exception in Production (Everything fine in dev)

For some reason, after pushing an update today to production, I am getting a jQuery.Deferred exception. This is not the case in my local dev environment. Using Rails 5.2.2 This particular error is due to MDBoostrap DataTable()…
0
votes
2 answers

Is it possible trigger modals which is on different component?

I have used mdbootstrap. I have two component MenuComponent and JoinClassComponent. I am search the way to trigger modal dialog which is on JoinClassComponent when link on MenuComponent is clicked. Here is my html for the above…
Albert Einstein
  • 7,472
  • 8
  • 36
  • 71
0
votes
1 answer

Angular 7 Hide bootstrap modal in typscript

I want to call (click)="basicModal.hide()" methode of MDBootstrap Modal inside one of my fuctions in my typescript component. I don't know how to access this method from component.
0
votes
3 answers

Image Loading before hide Loader

I have a problem with my angular application. I fetch data from a server, including images and would like to hide the loader animation after all is loaded. The the moment images are also loaded after loader is hidden. Here my code for hiding…
0
votes
1 answer

Modal not Closing in ajax response

I am using mdbootstrap for my project. I have check box on which i call ajax to perform some task and get response from php as 1 for success and 0 for failure. So I show modal before ajax call to show processing. modal displays but no closing in…
user10384418
  • 89
  • 1
  • 10
0
votes
1 answer

Error while intergrating mdbootstrap into angular project

I tried to add material design to my angular project .I included the lines "scripts": [ "../node_modules/hammer.js/hammer.min.js" ] and then i got the following errors:- 92% additional asset processing scripts-webpack-plugin✖ 「wdm」: Error:…
Ratnabh Kumar Rai
  • 554
  • 2
  • 7
  • 24
0
votes
2 answers

How do I correctly setup MDBootstrap with my standard Laravel project

I am in the process of learning how to use Laravel and I am interested in styling my web pages using MDBootstrap. However, I am confused about how to integrate it into my project correctly. I do not want to link it using CDN, instead I would like to…
Coder123
  • 23
  • 1
  • 1
  • 9
0
votes
1 answer

how to enable dropdown items after cloning

i'm cloning the select dropdown using jquery, after cloning the dropdown in the next div, the dropdown options are not enabled, the dropdown is kind of disabled, i'm posting my code below, any suggestions appeciated
How To Learn
  • 301
  • 4
  • 15