50onRed / pjax-table

table controls for server rendered tables
MIT License
7 stars 2 forks source link

auto-init functionality change #47

Closed codebynumbers closed 5 years ago

codebynumbers commented 5 years ago

… Make auto-init functionality depend on a boolean value being set instead of just presence of attribute

Previously elements with 'data-pjax-table' and ('data-auto-init="true"' or 'data-auto-init="false"') attributes would both be initialized Now only elements containing both 'data-pjax-table' and 'data-auto-init="true"' attributes will be initialized.