chestercharles / excel-bootstrap-table-filter

jQuery plugin for an Excel-like table filter dropdown with search, sort and checkboxes
MIT License
67 stars 38 forks source link

Unable to implement in my project #17

Closed richa-singh91 closed 6 years ago

richa-singh91 commented 6 years ago

I want to implement the same in my project but I don't understand how to import the plugin. Please guide me

chestercharles commented 6 years ago

Hi there - the usage directions in the README should be pretty straightforward.

Take a look in the dist folder. There are two files you need:

Make sure these files are imported into your project.

You will also need to import the bootstrap library into your project. Take a look at their website if you arent sure how to do that.