Federico Nicolás Motta

Results 7 comments of Federico Nicolás Motta

Sorry I am not fully understand your question. Do you want to save your search on page refresh? See this: https://datatables.net/examples/basic_init/state_save.html

It is an official extension of datatables? Could you provide me a link to the extension?

It is an unofficial extension. I need to make a generic functionality to allow the use of any type of extension. Let me think about this. In the meantime, you...

You can use yii\grid\GridView instead of if you want to use datatables through js. Otherwise It will try to generate 2 datatables in the same object. That is why it...

No. The datatables pagination is working. The problem is about the way datatables paginates the data. All the records are already in the html. It won't work with many records....

Hi @faravaghi , Why don't you just create some yii2 configuration params with those settings? You could create a "language" params with the configuration array with all the text to...

Same issue here. @PrplHaz4 fix works with a minor tweak. ``` css /* fix for yii-debug-toolbar not showing */ #ydtb-toolbar { position: inherit!important; } ```