1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-01 13:32:40 +02:00

Updated base_path comment

James 2021-09-18 15:06:01 +12:00
parent 9831a982b0
commit 7569d1d70f

@ -4,7 +4,7 @@ Here is a more extensive example showing many of the features and options includ
```javascript
const tf = new TableFilter(my_table, {
base_path: 'tablefilter/', // Needed to resolve additional resources (css, etc.) at runtime
base_path: 'tablefilter/', // Needed to resolve additional resources (css, extensions, etc.) at runtime
auto_filter: { delay: 500 }, // Delay for automatic filtering (milliseconds)