mardi 2 février 2016

How do I set the user status filter in ui-option sAjaxSource? (using laravel 5 + angularjs)

I am calling the users list from dashboard with filter the user status.

I need to change the url sAjaxSource from ui options.

<table   id="dataTable" ui-options="{
      sAjaxSource: 'api/users/',
      aoColumns: [
        { mData: 'first_name' },
        { mData: 'last_name' },
        { mData: 'email' },
        { mData: function(user_status){

        }
      ]
    }" >



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire