Quantcast
Channel: Active questions tagged row - Stack Overflow
Viewing all articles
Browse latest Browse all 446

How to add row number or Serial no in laravel datatable

$
0
0

This is the bill_info table, for which i need to serialized row no like 1 2 . . . . . . . . . . . . .n

enter image description here

There is data list returned, how I can get serial_no custom field in datatable list view.

    $data = BillInfo::get(['bill_info.*']);    return Datatables::of($data)                    ->removeColumn('id')                    ->make(true);

Viewing all articles
Browse latest Browse all 446

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>