jbaysolutions / vue2-bootstrap-table

A sortable and searchable table, as a Vue2 component, using bootstrap styling.
118 stars 39 forks source link

Why the arrows not display #27

Closed thdung002 closed 4 years ago

thdung002 commented 4 years ago

Hi. First things thanks for your good table. It's have all function I need But when i'm display the table doesn't see the arraow in each column header like a demo. Could you please tell me how to fix it? Using without any css layout image

syshex commented 4 years ago

Hey Its a problem with "Font Awesome\ 5 Free" dependency .

Try adding for a quick fix: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css"> .

Let me know if this fixed it for you

thdung002 commented 4 years ago

Hey thanks for your answer It work :D

syshex commented 4 years ago

Perfect ! Will give a look into this today, if I find the time.

thdung002 commented 4 years ago

Perfect ! Will give a look into this today, if I find the time.

Hey some stupid question.... But if I want to add a select box to filter by each column what do I need to do? Does it support or not?