Topic: select rows not showing select dropdown list in mdb
cpshart free asked 6 years ago
I am integrating some code to mdboostrap to produce a datatables table of data using Mysql, PHP,PDO, but the show rows entries fails to display the dropdown as soon as I include the stylesheet <link href="css/mdb.min.css" rel="stylesheet">. Do I need to add some initialisation code for this functionality to display.
Using the Dev Tools shows that the line causing the error is as follows :-
inherited from mdb.min.css:26
select {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
display: none!important;
}
if I change the above display line in dev tools to display: none;
the dropdown list of rows 10,25,50,100 appears, but on adding the above change to the custom style.css, it does not display the dropdown list of rows.
Also, is it possible to increase the number of rows to say 500, so rows 10,25,50,100,250,500 would suit me better, I cannot see where I would need to make this change.
Note: If I comment out the line <link href="css/mdb.min.css" rel="stylesheet"> the rows dropdown appears, albeit in bootstrap default format, clearly this is not a workable solution as I want/need to use mdbootstrap.
Any help would be much appreciated, as this is an essential part of my coding.
Many Thanks
Colin
Marta Wierzbicka staff answered 6 years ago
Marta Wierzbicka staff answered 6 years ago
tarunkxi free commented 6 years ago
Hi, I have made mdbootstrap datatable, everything working good. but show entries (example_length) not stayable while selected option 10, 25, 50 and 100. How can it resolve it. When i click the above option the select-dropdown didn't hide automatically.cpshart free answered 6 years ago
cpshart free answered 6 years ago
cpshart free answered 6 years ago
Marta Wierzbicka staff answered 6 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No