Custom column usability #404
Replies: 2 comments
-
@alexsol22 I am not sure I fully understood your question. Only by intercepting the filter request I don't think it's possible, because how the filter works is:
To change columns in the table, you need a full page refresh, so none of the stock Backpack filters support it by default. You can easily achieve it by copying the filter you interested at to your Replace the last bits of js, instead of a table Hope it helps, |
Beta Was this translation helpful? Give feedback.
-
I'm closing this issue due to inactivity. If you need further assistance or have additional questions, feel free to reopen this issue or create a new one. We're here to help! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
By intercepting the filter request is it possible to populate different columns based on the json coming from ajax? Each filter must return me different columns with different data. if so how can I populate the values of the datatable columns, is there a specific function?
Beta Was this translation helpful? Give feedback.
All reactions